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 = {
|
conf = {
|
||||||
apps.enable = true;
|
apps.enable = true;
|
||||||
|
games.enable = true;
|
||||||
niri.enable = true;
|
niri.enable = true;
|
||||||
containers.enable = true;
|
containers.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -13,5 +13,9 @@ in mkIf conf.apps.enable {
|
||||||
"move_right" = keys.right;
|
"move_right" = keys.right;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.fish.shellAbbrs = {
|
||||||
|
pdf = "sioyek";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@ in {
|
||||||
nautilus
|
nautilus
|
||||||
libreoffice-qt6-fresh
|
libreoffice-qt6-fresh
|
||||||
inkscape
|
inkscape
|
||||||
cura
|
prusa-slicer
|
||||||
# freecad -- broken dependency
|
# freecad -- broken dependency
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue