sway: move out of home-manager

This commit is contained in:
Colin 2023-01-29 08:10:53 +00:00
parent ac25909a10
commit 443100daa4
5 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,7 @@
{
imports = [
./derived-secrets.nix
./gui
./hardware
./hostnames.nix
./hosts.nix

View File

@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./sway.nix
];
}

View File

@ -10,7 +10,6 @@ in
./phosh.nix
./plasma.nix
./plasma-mobile.nix
./sway.nix
];
options = {