Renamed specialisations. Started configuring hyprpaper and hyprlock

This commit is contained in:
2025-11-21 09:23:30 +01:00
parent ee522bd869
commit 27d3b1cae1
11 changed files with 140 additions and 90 deletions

View File

@ -10,19 +10,20 @@
environment.systemPackages = with pkgs;
[
(waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
})
)
(waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
})
)
hyprland
dunst
libnotify
hyprpaper
sway #Sway Wayland compositor
inputs.noctalia.packages.${system}.default
#inputs.noctalia.nixosModules.default
inputs.noctalia.packages.${system}.default
#kitty #Terminal (Already Included by default)
rofi-wayland #Search bar (Meta + Space)
rofi-wayland #Search bar (Meta + Space)
yazi
hyprlock
];
programs = {
@ -32,7 +33,11 @@
withUWSM = false;
};
waybar.enable = true;
hyprlock = {
enable = true;
};
#waybar.enable = true;
#rofi.enable = true;
};