Renamed specialisations. Started configuring hyprpaper and hyprlock
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user