diff --git a/nixos/hyprland/hyprland.nix b/nixos/hyprland/hyprland.nix index 824d99e..f968f30 100644 --- a/nixos/hyprland/hyprland.nix +++ b/nixos/hyprland/hyprland.nix @@ -1,7 +1,6 @@ { config, pkgs, ... }: let home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/master.tar.gz"; - hyprland-catppuccin = builtins.fetchTarball "https://github.com/catppuccin/hyprland/archive/master.tar.gz"; in { imports = @@ -57,13 +56,13 @@ in exec-once = [ "udiskie" "wpaperd" - "dunst --startup_notificaton 'started dunst'" + "dunst" "lxqt-policykit-agent" "nm-applet --indicator" "waybar" ]; decoration = { - rounding = 10; + rounding = 0; }; }; };