hyprland stuff
This commit is contained in:
11
hosts/desktop/hyprland/config.nix
Normal file
11
hosts/desktop/hyprland/config.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
let configDir = ./config;
|
||||
in
|
||||
{
|
||||
home.file = {
|
||||
".config/wallpapers".source = "${configDir}/wallpapers";
|
||||
".config/kitty/macchiato.conf".source = "${configDir}/kitty/macchiato.conf";
|
||||
".config/wlogout".source = "${configDir}/wlogout"; #
|
||||
".config/waybar/scripts".source = "${configDir}/waybar/scripts";
|
||||
".config/btop/themes/catppuccin_macchiato.theme".source = "${configDir}/btop/themes/catppuccin_macchiato.theme";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user