minimise nesting in /home
This commit is contained in:
parent
caa2a3d7c5
commit
383d9f878e
37 changed files with 40 additions and 45 deletions
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
home = {
|
||||
username = "xun";
|
||||
homeDirectory = "/home/xun";
|
||||
extraOutputsToInstall = ["doc" "devdoc"];
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
# package = pkgs.ungoogled-chromium;
|
|
@ -2,7 +2,5 @@
|
|||
programs.cmus = {
|
||||
enable = true;
|
||||
theme = "spotify";
|
||||
extraConfig = ''
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue