diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index 97b6637..a315b54 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -1,6 +1,7 @@ { ... }: { conf = { apps.enable = true; + games.enable = true; niri.enable = true; containers.enable = true; diff --git a/modules/apps/notes.nix b/modules/apps/notes.nix index 4e2457d..b0cf9a0 100644 --- a/modules/apps/notes.nix +++ b/modules/apps/notes.nix @@ -13,5 +13,9 @@ in mkIf conf.apps.enable { "move_right" = keys.right; }; }; + + programs.fish.shellAbbrs = { + pdf = "sioyek"; + }; }; } diff --git a/modules/apps/programs.nix b/modules/apps/programs.nix index 5a4cc80..a714377 100644 --- a/modules/apps/programs.nix +++ b/modules/apps/programs.nix @@ -21,7 +21,7 @@ in { nautilus libreoffice-qt6-fresh inkscape - cura + prusa-slicer # freecad -- broken dependency ];