Format nix files using 'nixfmt'
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
{
|
||||
services.xserver.windowManager.xmonad = {
|
||||
enable = true;
|
||||
enableContribAndExtras = true;
|
||||
config = builtins.readFile ../dots/.xmonad/xmonad.hs;
|
||||
};
|
||||
enable = true;
|
||||
enableContribAndExtras = true;
|
||||
config = builtins.readFile ../dots/.xmonad/xmonad.hs;
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user