feat(wm): install xmonad
This commit is contained in:
parent
3c6a5f3ee2
commit
786a8cb186
3 changed files with 36 additions and 0 deletions
9
home.nix
9
home.nix
|
|
@ -85,6 +85,8 @@ in {
|
|||
# xmonad
|
||||
# apparently this is needed for the haskell lsp
|
||||
ghc
|
||||
i3lock
|
||||
xmobar
|
||||
];
|
||||
|
||||
file = {
|
||||
|
|
@ -247,4 +249,11 @@ in {
|
|||
programs.yazi = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
xsession.windowManager.xmonad = {
|
||||
enable = true;
|
||||
config = ./xmonad.hs;
|
||||
enableContribAndExtras = true;
|
||||
};
|
||||
programs.rofi.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue