mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 01:47:23 +08:00
Add sway
This commit is contained in:
parent
1ed4cc766e
commit
6f18647318
2 changed files with 10 additions and 1 deletions
|
|
@ -11,7 +11,8 @@
|
|||
./redshift.nix
|
||||
|
||||
# WMish things
|
||||
./xmonad
|
||||
# ./xmonad
|
||||
./sway.nix
|
||||
# ./taffybar # Disabled, because it rarely works
|
||||
];
|
||||
}
|
||||
|
|
|
|||
8
features/desktopish/sway.nix
Normal file
8
features/desktopish/sway.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
{ config, pkgs, ...}:
|
||||
|
||||
{
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue