From a75bec42b2228647ca6e6b48ed8b10b0e6a03952 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 26 Aug 2024 21:02:31 +0200 Subject: [PATCH] games and prusa --- devices/ellaca/options.nix | 1 + modules/apps/notes.nix | 4 ++++ modules/apps/programs.nix | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) 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 ];