[WIP] New pbp
host and modules
This commit is contained in:
parent
6d8b757919
commit
f62f6ff7f4
8 changed files with 139 additions and 5 deletions
|
@ -12,9 +12,27 @@
|
|||
"common"
|
||||
"ssh"
|
||||
"ccr"
|
||||
#"mara"
|
||||
"mara"
|
||||
"xfce"
|
||||
"battery"
|
||||
];
|
||||
|
||||
ccr.enable = true;
|
||||
# mara.enable = true;
|
||||
mara = {
|
||||
enable = true;
|
||||
modules = [
|
||||
"shell"
|
||||
"mpv"
|
||||
"firefox"
|
||||
"git"
|
||||
"chrome"
|
||||
"udiskie"
|
||||
];
|
||||
};
|
||||
|
||||
home-manager.users.mara = {
|
||||
programs.chromium.package = lib.mkForce pkgs.chromium;
|
||||
};
|
||||
|
||||
i18n.defaultLocale = lib.mkForce "it_IT.UTF-8";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue