games and prusa
This commit is contained in:
parent
f57205335b
commit
a75bec42b2
3 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{ ... }: {
|
||||
conf = {
|
||||
apps.enable = true;
|
||||
games.enable = true;
|
||||
niri.enable = true;
|
||||
containers.enable = true;
|
||||
|
||||
|
|
|
@ -13,5 +13,9 @@ in mkIf conf.apps.enable {
|
|||
"move_right" = keys.right;
|
||||
};
|
||||
};
|
||||
|
||||
programs.fish.shellAbbrs = {
|
||||
pdf = "sioyek";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@ in {
|
|||
nautilus
|
||||
libreoffice-qt6-fresh
|
||||
inkscape
|
||||
cura
|
||||
prusa-slicer
|
||||
# freecad -- broken dependency
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue