Switch to niri configuration on laptop
This commit is contained in:
parent
c731d0c0e0
commit
f987df4de2
|
|
@ -9,7 +9,9 @@
|
||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./../../modules/nixos/cspark-desktop-plasma/module.nix
|
./../../modules/nixos/cspark-desktop-plasma/module.nix
|
||||||
|
./../../modules/nixos/cspark-desktop-gnome/module.nix
|
||||||
./../../modules/nixos/cspark-desktop-sway/module.nix
|
./../../modules/nixos/cspark-desktop-sway/module.nix
|
||||||
|
./../../modules/nixos/cspark-desktop-niri/module.nix
|
||||||
inputs.home-manager.nixosModules.default
|
inputs.home-manager.nixosModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -25,7 +27,9 @@
|
||||||
|
|
||||||
# Custom desktop environments
|
# Custom desktop environments
|
||||||
# cspark-desktop-plasma.enable = true;
|
# cspark-desktop-plasma.enable = true;
|
||||||
|
# cspark-desktop-gnome.enable = true;
|
||||||
# cspark-desktop-sway.enable = true;
|
# cspark-desktop-sway.enable = true;
|
||||||
|
cspark-desktop-niri.enable = true;
|
||||||
|
|
||||||
# Home Manager Configuration
|
# Home Manager Configuration
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue