diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-28 12:29:40 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-28 12:29:40 +0100 |
| commit | 790f82e530c7c34b8685ee6a52ddbecf70639c6f (patch) | |
| tree | 51899ea8ecfc90ed145d9bada0c7cb4c452ce3af /users | |
| parent | a36426ffd6314bd367f042410d81ae9807df2eee (diff) | |
Format and format
Diffstat (limited to 'users')
| -rw-r--r-- | users/user-common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/user-common.nix b/users/user-common.nix index b9f246f..b021a12 100644 --- a/users/user-common.nix +++ b/users/user-common.nix @@ -7,7 +7,7 @@ # Pass host config to HM (Common config) # TODO: Move this somewhere else. home-manager = { - useUserPackages = true; + #useUserPackages = true; useGlobalPkgs = true; backupFileExtension = "bak"; |
