refactor: start i3/hyprland in home-manager instead of NixOS

This commit is contained in:
Ryan Yin
2023-12-23 13:33:47 +08:00
parent 82cfa4c6f7
commit 73e3707570
20 changed files with 370 additions and 134 deletions

View File

@@ -4,7 +4,7 @@
nixos-modules = [
../hosts/idols/ai
../secrets/nixos.nix
../modules/nixos/i3.nix
../modules/nixos/xorg.nix
];
home-module = import ../home/linux/desktop-i3.nix;
};
@@ -12,7 +12,7 @@
nixos-modules = [
../hosts/idols/ai
../secrets/nixos.nix
../modules/nixos/hyprland.nix
../modules/nixos/wayland.nix
];
home-module = import ../home/linux/desktop-hyprland.nix;
};