Compare commits

...
5 Commits
Author SHA1 Message Date
smayzy 79a81ecf2a add backup extension for home-manager 2025-06-23 23:25:19 +02:00
smayzy 86cb006796 add aegisub blender inkscape audacity & mpv 2025-06-23 23:14:31 +02:00
smayzy c789ad96b4 add bottle & gear lever as flatpaks 2025-06-23 23:10:32 +02:00
smayzy def3d7b9c6 add komikku librewolf & freecad-wayland 2025-06-23 23:03:01 +02:00
smayzy 2adc313a22 add tor wireshark and tshark 2025-06-23 23:00:47 +02:00
+14
View File
@@ -14,6 +14,7 @@
users = {
smayzy = import ./home.nix;
};
backupFileExtension = "backup";
};
system.stateVersion = "24.11";
@@ -135,6 +136,17 @@
libreoffice-qt6-still
hunspellDicts.fr-any
base16-schemes
tor
wireshark
tshark
komikku
librewolf
freecad-wayland
aegisub
blender
inkscape
audacity
mpv
];
stylix.enable = true;
@@ -153,6 +165,8 @@
"com.heroicgameslauncher.hgl"
"com.github.tchx84.Flatseal"
"com.obsproject.Studio"
"com.usebottles.bottles"
"it.mijorus.gearlever"
];
};