Skip to content

Commit f59af78

Browse files
committed
feat(hyprland): aesthetic pass
Nothing too crazy, just general improvements - created monitor options to support sharing the hyprland module with multiple machine setups - hyprpaper and some wallpapers - hyprlock and hypridle instead of swaylock and swayidle - touch up on waybar colors
1 parent e447dc1 commit f59af78

File tree

11 files changed

+428
-225
lines changed

11 files changed

+428
-225
lines changed

flake-parts/home_configurations.nix

+3
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ in {
130130
]
131131
++ config.modules
132132
++ [
133+
{disabledModules = ["services/hyprpaper.nix" "services/hyprland.nix"];}
133134
inputs.hyprland.homeManagerModules.default
135+
inputs.hyprpaper.homeManagerModules.hyprpaper
134136
inputs.global-keybind.homeModules.global-keybind
135137
inputs.nixvim.homeManagerModules.nixvim
136138
]
@@ -144,6 +146,7 @@ in {
144146
extraSpecialArgs = {
145147
inherit (config) username;
146148
inherit homeDirectory;
149+
flakeRootPath = ../.;
147150
};
148151
};
149152

0 commit comments

Comments
 (0)