back on the sway grindset

This commit is contained in:
alisceon 2025-12-01 20:17:06 +01:00
parent c3f55a9fd7
commit 4b859d067d
4 changed files with 19 additions and 19 deletions

View file

@ -63,13 +63,13 @@
modules = sharedModules ++ [
./hosts/common/workstation.nix
./hosts/electra/configuration.nix
./hosts/common/wm/gnome.nix
./hosts/common/wm/sway.nix
home-manager.nixosModules.home-manager
({ config, ...}: {
home-manager.users.alisceon.imports = [
./home/alisceon/base.nix
./home/alisceon/workstation.nix
./home/wm/gnome.nix
./home/wm/sway.nix
];
}) # end home-manager
]; # end modules