right before reorganizing - i3 stable

This commit is contained in:
alisceon 2025-08-24 16:05:54 +02:00
parent 4976ff2b34
commit 534652294a
12 changed files with 755 additions and 87 deletions

View file

@ -45,11 +45,13 @@
modules = sharedModules ++ [
./hosts/common/workstation.nix
./hosts/electra/configuration.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/sway.nix
];
}) # end home-manager
]; # end modules
@ -59,11 +61,13 @@
modules = sharedModules ++ [
./hosts/common/workstation.nix
./hosts/tower/configuration.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/gnome.nix
];
}) # end home-manager
]; # end modules