Updated flake

This commit is contained in:
thiloho
2023-04-05 21:16:31 +02:00
parent 7e90308966
commit 3a718b117e
2 changed files with 10 additions and 11 deletions

View File

@@ -73,15 +73,14 @@
users.users.thiloho = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
initialPassword = "password";
};
# Home manager configuration
home-manager.users.thiloho = { pkgs, ... }: {
programs = {
firefox.enable = true;
helix.enable = true;
alacritty.enable = true;
firefox.enable = true;
git = {
enable = true;
userName = "thiloho";