Compare commits
2 commits
1cdaf465a9
...
3690c598bc
Author | SHA1 | Date | |
---|---|---|---|
3690c598bc | |||
7ef09a597d |
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
|
|
|
@ -113,5 +113,8 @@
|
||||||
|
|
||||||
# Install btop
|
# Install btop
|
||||||
programs.btop.enable = true;
|
programs.btop.enable = true;
|
||||||
|
|
||||||
|
# Install lazygit
|
||||||
|
programs.lazygit.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue