style waybar, add mpd module, other fixes
This commit is contained in:
parent
32500bffd0
commit
ce1c48b4a4
8 changed files with 121 additions and 92 deletions
|
|
@ -17,6 +17,7 @@
|
|||
(import ./modules/work.nix { inherit user; })
|
||||
(import ./modules/menu.nix { inherit user; })
|
||||
(import ./modules/email.nix { inherit user userName; })
|
||||
(import ./modules/mpd.nix { inherit user; })
|
||||
(import ./modules/git.nix { inherit user userName; })
|
||||
(import ./modules/laptop.nix { inherit user; })
|
||||
(import ./modules/dev.nix { inherit user; })
|
||||
|
|
@ -33,5 +34,6 @@
|
|||
programs.menu.enable = true;
|
||||
roles.work.enable = work;
|
||||
roles.personal.enable = !work;
|
||||
roles.mpd.enable = true;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue