diff --git a/config/hyprland.nix b/config/hyprland.nix index bd3b925..039c14f 100644 --- a/config/hyprland.nix +++ b/config/hyprland.nix @@ -111,16 +111,18 @@ in } decoration { rounding = 10 - drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) + shadow { + enabled = true + range = 4 + render_power = 3 + color = rgba(1a1a1aee) + } blur { - enabled = true - size = 5 - passes = 3 - new_optimizations = on - ignore_opacity = off + enabled = true + size = 5 + passes = 3 + new_optimizations = on + ignore_opacity = off } } plugin { diff --git a/flake.lock b/flake.lock index 9c12f50..a86d8ec 100644 --- a/flake.lock +++ b/flake.lock @@ -143,11 +143,11 @@ ] }, "locked": { - "lastModified": 1731235328, - "narHash": "sha256-NjavpgE9/bMe/ABvZpyHIUeYF1mqR5lhaep3wB79ucs=", + "lastModified": 1732303962, + "narHash": "sha256-5Umjb5AdtxV5jSJd5jxoCckh5mlg+FBQDsyAilu637g=", "owner": "nix-community", "repo": "home-manager", - "rev": "60bb110917844d354f3c18e05450606a435d2d10", + "rev": "8cf9cb2ee78aa129e5b8220135a511a2be254c0c", "type": "github" }, "original": { @@ -159,11 +159,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1731139594, - "narHash": "sha256-IigrKK3vYRpUu+HEjPL/phrfh7Ox881er1UEsZvw9Q4=", + "lastModified": 1732014248, + "narHash": "sha256-y/MEyuJ5oBWrWAic/14LaIr/u5E0wRVzyYsouYY3W6w=", "owner": "nixos", "repo": "nixpkgs", - "rev": "76612b17c0ce71689921ca12d9ffdc9c23ce40b2", + "rev": "23e89b7da85c3640bbc2173fe04f4bd114342367", "type": "github" }, "original": { diff --git a/hosts/garand-laptop/config.nix b/hosts/garand-laptop/config.nix index dc9a4a5..5c90b25 100644 --- a/hosts/garand-laptop/config.nix +++ b/hosts/garand-laptop/config.nix @@ -296,7 +296,6 @@ in { gimp pavucontrol tree - spotify greetd.tuigreet librewolf protonup @@ -304,6 +303,7 @@ in { plexamp bitwarden-desktop vscode + vlc nixd ungoogled-chromium slack @@ -314,6 +314,7 @@ in { bun docker docker-compose + docker-slim sl nodejs kdePackages.kdenlive diff --git a/hosts/garand-laptop/home.nix b/hosts/garand-laptop/home.nix index de451f1..d847d82 100644 --- a/hosts/garand-laptop/home.nix +++ b/hosts/garand-laptop/home.nix @@ -187,6 +187,9 @@ in { os-bt = "sudo nixos-rebuild boot --flake ~/zaneyos"; os-ts = "sudo nixos-rebuild test --flake ~/zaneyos"; os-up = "sudo nix flake update"; + os-up-np = "sudo nix flake update --update-input nixpkgs"; + os-up-hm = "sudo nix flake update --update-input home-manager"; + os-up-sx = "sudo nix flake update --update-input stylix"; fr = "nh os switch --hostname ${host} /home/${username}/zaneyos"; fu = "nh os switch --hostname ${host} --update /home/${username}/zaneyos"; zu = "sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)"; @@ -194,6 +197,7 @@ in { n = "nano"; f = "fuck"; cat = "bat"; + st = "speedtest"; ls = "eza --icons"; ll = "eza -lh --icons --grid --group-directories-first"; la = "eza -lah --icons --grid --group-directories-first";