Compare commits

...

2 commits

2 changed files with 6 additions and 0 deletions

View file

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

View file

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