conf conf

This commit is contained in:
alisceon 2025-08-25 10:01:53 +02:00
parent 534652294a
commit b3857cb01f
7 changed files with 76 additions and 4 deletions

View file

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