Compare commits

..

No commits in common. "17a3ae3a89abd70ffa979e9dc9f0d7264fa1a3ec" and "0fa0ce5c4ef70da122ee04e6d8a8251824ad40be" have entirely different histories.

3 changed files with 8 additions and 13 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1686241374, "lastModified": 1685721552,
"narHash": "sha256-fxlUjZx3VtQvNPTp/YX9uY//1UPbR3CBvUL3ajDRCyE=", "narHash": "sha256-ifvq/zlO7lck8q+YkC5uom/h8/MVdMcQEldOL3cDQW0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "f889ec0ec366e3ad8fb94e3afa7a31f3ee1da3b9", "rev": "29519461834c08395b35f840811faf8c23e3b61c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1686135559, "lastModified": 1685655444,
"narHash": "sha256-pY8waAV8K/sbHBdLn5diPFnQKpNg0YS9w03MrD2lUGE=", "narHash": "sha256-6EujQNAeaUkWvpEZZcVF8qSfQrNVWFNNGbUJxv/A5a8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "381e92a35e2d196fdd6077680dca0cd0197e75cb", "rev": "e635192892f5abbc2289eaac3a73cdb249abaefd",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -23,8 +23,7 @@
networkmanagerapplet # nm-applet networkmanagerapplet # nm-applet
nextcloud-client nextcloud-client
# GNOME apps # System GUI applications
gnome.cheese
gnome.nautilus gnome.nautilus
gnome.file-roller gnome.file-roller
gnome.gnome-calculator gnome.gnome-calculator
@ -44,11 +43,7 @@
libreoffice libreoffice
gnome.ghex gnome.ghex
evince evince
pdfsam-basic
steam steam
sqlitebrowser
vscodium
zoom-us
# Games # Games
prismlauncher prismlauncher

View file

@ -123,7 +123,7 @@ in
# pandoc macro # pandoc macro
# pandoc document.md -> pandoc document.md -o document.pdf ... # pandoc document.md -> pandoc document.md -o document.pdf ...
function pdf { function pdf {
pandoc $1 -o ''${1%.*}.pdf --pdf-engine=xelatex -V mainfont="mplus-1c-medium" -V colorlinks=true -V linkcolor=blue pandoc $1 -o ''${1%.*}.pdf -V colorlinks=true -V linkcolor=blue
} }
# Change to directory when exiting ranger with Q # Change to directory when exiting ranger with Q