mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:58:30 +02:00
refactor: start i3/hyprland in home-manager instead of NixOS
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user