first commit
This commit is contained in:
16
home/programs/xmonad/default.nix
Normal file
16
home/programs/xmonad/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
xsession = {
|
||||
enable = true;
|
||||
windowManager = {
|
||||
xmonad = {
|
||||
enable = true;
|
||||
enableContribAndExtras = true;
|
||||
config = ./src/xmonad.hs;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = [ pkgs.xmobar ];
|
||||
}
|
||||
Reference in New Issue
Block a user