Finished: nixifyng floorp, tested and working, only bitwarden and stylus need to be manually configured

This commit is contained in:
2026-05-31 18:26:59 +02:00
parent aaf1a17b33
commit 9f2dc8314a
6 changed files with 24156 additions and 26 deletions
+1 -1
View File
@@ -125,7 +125,7 @@
home-manager = {
extraSpecialArgs = sharedSpecialArgs;
users.${primaryUser} = import ./home;
backupFileExtension = "backup";
backupFileExtension = "hm-backup";
useGlobalPkgs = true;
useUserPackages = true;
};