Split Hyprlock,Noctalia-Shell and Hyprpaper into separate directories. Made changes to ncli, to automatically switch specialisations. Started configuring niri.

This commit is contained in:
2025-11-25 14:30:53 +01:00
parent 157ba06453
commit 69d1d05563
26 changed files with 784 additions and 93 deletions

View File

@ -2,10 +2,13 @@
{
imports = [
./autostart.nix
../modules/noctalia
../modules/hyprlock
../modules/hyprpaper
];
home-manager.sharedModules = [
./hyprland-home.nix
./home.nix
];
environment.systemPackages = with pkgs;
@ -19,7 +22,6 @@
libnotify
hyprpaper
sway #Sway Wayland compositor
inputs.noctalia.packages.${system}.default
#kitty #Terminal (Already Included by default)
rofi-wayland #Search bar (Meta + Space)
yazi
@ -42,7 +44,6 @@
};
# services.noctalia-shell.enable = true;
#services.xserver.enable = true;
#services.xserver.displayManager.sddm.enable = true;