flake bump
This commit is contained in:
@@ -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}"
|
||||
'';
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user