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,7 +2,6 @@
{
imports = [
inputs.noctalia.homeModules.default
];
wayland.windowManager.hyprland = {
@ -20,28 +19,4 @@
extraConfig = builtins.readFile ./hyprland.conf;
};
services = {
hyprpaper = {
enable = true;
settings = {
preload = [
"/etc/nixos/other/wallpaper2.png"
];
wallpaper = [
"eDP-1,/etc/nixos/other/wallpaper2.png"
];
};
};
};
programs = {
noctalia-shell = {
enable = false;
systemd.enable = false;
};
hyprlock.enable = true;
};
}

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;