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 b190509864
commit 508769cf2f
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;
};