flake bump

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-09-09 16:29:07 +02:00
parent 96828bacd0
commit c6d0205f8b
3 changed files with 100 additions and 61 deletions

View File

@@ -1,8 +1,8 @@
{pkgs-unstable, lib, user, ... }:
{ pkgs, lib, user, ... }:
lib.mkIf (user != "tv")
{
home.packages = [
pkgs-unstable.hyprland-autoname-workspaces
pkgs.hyprland-autoname-workspaces
];
home.file.".config/hyprland-autoname-workspaces/config.toml".text = ''
@@ -105,5 +105,5 @@ lib.mkIf (user != "tv")
client_dup = "{icon}{counter_sup}"
client_dup_active = "*{icon}*{delim}{icon}{counter_unfocused_sup}"
client_dup_fullscreen = "[{icon}]{delim}{icon}{counter_unfocused_sup}"
'';
'';
}