hyprland changes

This commit is contained in:
ark-lamp-umbrella 2024-04-13 16:45:39 -07:00
parent f1802f2c09
commit 0a4dcbf3a6
Signed by: ark-lamp-umbrella
GPG Key ID: 15E48F7B97025652
1 changed files with 2 additions and 3 deletions

View File

@ -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;
};
};
};