This commit is contained in:
Sridhar Ratnakumar 2021-04-15 15:48:47 -04:00
parent 1ed4cc766e
commit 6f18647318
2 changed files with 10 additions and 1 deletions

View file

@ -11,7 +11,8 @@
./redshift.nix
# WMish things
./xmonad
# ./xmonad
./sway.nix
# ./taffybar # Disabled, because it rarely works
];
}

View file

@ -0,0 +1,8 @@
{ config, pkgs, ...}:
{
programs.sway = {
enable = true;
};
}