Compare commits

...

2 commits

2 changed files with 6 additions and 0 deletions

View file

@ -101,6 +101,9 @@
binfmt = true; binfmt = true;
}; };
# Enable light for image control
programs.light.enable = true;
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.crony = { users.users.crony = {
isNormalUser = true; isNormalUser = true;

View file

@ -113,5 +113,8 @@
# Install btop # Install btop
programs.btop.enable = true; programs.btop.enable = true;
# Install lazygit
programs.lazygit.enable = true;
}; };
} }