Compare commits

..

2 commits

Author SHA1 Message Date
Patrick 935925f7d0
fix: User config on root only systems 2024-10-31 15:09:23 +01:00
Patrick 2b55b12af1
fix: user on laptop 2024-10-31 15:08:15 +01:00
2 changed files with 11 additions and 1 deletions

View file

@ -24,7 +24,7 @@
./net.nix
./fs.nix
#../../users/patrick
../../users/patrick
];
stylix.fonts.sizes = {
terminal = 9;

View file

@ -15,4 +15,14 @@
];
hashedPassword = config.secrets.secrets.global.users.root.passwordHash;
};
imports = [
../patrick/alias.nix
../patrick/theme.nix
../patrick/programs/nvim
../patrick/programs/pager.nix
../patrick/programs/zsh
];
}