xmonad: Put module into its own directory
This commit is contained in:
parent
686a548e9c
commit
3f138a5d76
2 changed files with 1 additions and 1 deletions
16
modules/wm/xmonad/default.nix
Normal file
16
modules/wm/xmonad/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services = {
|
||||
upower.enable = true;
|
||||
|
||||
xserver = {
|
||||
windowManager.xmonad = {
|
||||
enable = true;
|
||||
enableContribAndExtras = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.upower.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue