games and prusa

This commit is contained in:
twoneis 2024-08-26 21:02:31 +02:00
parent f57205335b
commit a75bec42b2
3 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ ... }: { { ... }: {
conf = { conf = {
apps.enable = true; apps.enable = true;
games.enable = true;
niri.enable = true; niri.enable = true;
containers.enable = true; containers.enable = true;

View file

@ -13,5 +13,9 @@ in mkIf conf.apps.enable {
"move_right" = keys.right; "move_right" = keys.right;
}; };
}; };
programs.fish.shellAbbrs = {
pdf = "sioyek";
};
}; };
} }

View file

@ -21,7 +21,7 @@ in {
nautilus nautilus
libreoffice-qt6-fresh libreoffice-qt6-fresh
inkscape inkscape
cura prusa-slicer
# freecad -- broken dependency # freecad -- broken dependency
]; ];