mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
removed unnecessary comments
This commit is contained in:
parent
b186a0ca26
commit
c98d27b406
2 changed files with 6 additions and 15 deletions
|
|
@ -19,16 +19,14 @@
|
|||
home.homeDirectory = "/home/${config.user.name}";
|
||||
|
||||
modules = {
|
||||
bash.enable = true;
|
||||
git.enable = true;
|
||||
gpg.enable = true;
|
||||
|
||||
utils = {
|
||||
enable = true;
|
||||
user = {
|
||||
bash.enable = true;
|
||||
git.enable = true;
|
||||
gui.enable = false;
|
||||
gpg.enable = true;
|
||||
utils.enable = true;
|
||||
vim.enable = true;
|
||||
};
|
||||
|
||||
gui.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue