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 = [ imports = [
./derived-secrets.nix ./derived-secrets.nix
./gui
./hardware ./hardware
./hostnames.nix ./hostnames.nix
./hosts.nix ./hosts.nix

View File

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

View File

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