autoanme working (manual flake lock nixpkgs-unstable bump hyprland new is broken)

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-16 22:52:56 +02:00
parent c0e7b84ddf
commit 1685b27e36
2 changed files with 91 additions and 84 deletions

6
flake.lock generated
View File

@@ -346,11 +346,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1715534503, "lastModified": 1715787315,
"narHash": "sha256-5ZSVkFadZbFP1THataCaSf0JH2cAH3S29hU9rrxTEqk=", "narHash": "sha256-cYApT0NXJfqBkKcci7D9Kr4CBYZKOQKDYA23q8XNuWg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2057814051972fa1453ddfb0d98badbea9b83c06", "rev": "33d1e753c82ffc557b4a585c77de43d4c922ebb5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -1,4 +1,4 @@
{ config, pkgs, pkgs-unstable, lib, system, user, allowed, secrets, ... }: {pkgs-unstable, lib, user, ... }:
lib.mkIf (user != "tv") lib.mkIf (user != "tv")
{ {
home.packages = [ home.packages = [
@@ -6,92 +6,99 @@ lib.mkIf (user != "tv")
]; ];
home.file.".config/hyprland-autoname-workspaces/config.toml".text = '' home.file.".config/hyprland-autoname-workspaces/config.toml".text = ''
version = "1.1.13" version = "1.1.14"
[class] [class]
Signal = "󱅵" VirtualBox = ""
DEFAULT = "{class}" steam = "󰓓"
libreoffice-writer = "" "VirtualBox Manager" = ""
pavucontrol = "󰕾" "com.obsproject.Studio" = ""
"epicgameslauncher.exe" = "󰯷" "[Ff]irefox" = "󰈹"
"riotclientux.exe" = "󰰌" "[Tt]hunderbird" = ""
"[Cc]ode" = "󰨞" pcbnew = ""
VirtualBox = "" ".*.exe" = ""
KiCad = "" Element = "󰘨"
Gimp = "" Signal = "󱅵"
code-oss = "󰨞" Gimp = ""
VSCodium = "󰨞" VSCodium = "󰨞"
Alacritty = "" "[sS]potify" = ""
kitty = "" virt-manager = ""
vesktop = "󰙯" lutris = "󰊗"
"cyberpunk2077.exe" = "󰾲" DEFAULT = "{class}"
"Tor Browser" = "󰾔" "epicgameslauncher.exe" = "󰯷"
"[Tt]hunderbird" = "" "[Cc]ode" = "󰨞"
Element = "󰘨" "galaxyclient.exe" = "󰮡"
blueman-manager = "󰂯" pavucontrol = "󰕾"
obsidian = "󰠮" "Tor Browser" = "󰾔"
libreoffice-calc = "" mpv = ""
zoom = "󰬡" chatterino = ""
mpv = "" libreoffice-writer = ""
chatterino = "" kitty = ""
"com.obsproject.Studio" = "" "cyberpunk2077.exe" = "󰾲"
"leagueclientux.exe" = "󰰌" KiCad = ""
"[sS]potify" = "" "[tT]hunar" = ""
"org.remmina.Remmina" = "󰢹" "riotclientux.exe" = "󰰌"
steam = "󰓓" libreoffice-calc = ""
"galaxyclient.exe" = "󰮡" "org.remmina.Remmina" = "󰢹"
"[Ff]irefox" = "󰈹" "org.inkscape.Inkscape" = "󰕙"
pcbnew = "" "VirtualBox Machine" = ""
".*.exe" = "" Bitwarden = ""
Chromium = "" "[gG]imp-.*" = ""
virt-manager = "" Chromium = ""
Bitwarden = "" obsidian = "󰠮"
"[tT]hunar" = "" "leagueclientux.exe" = "󰰌"
zathura = "󰈦" zathura = "󰈦"
discord = "󰙯" code-oss = "󰨞"
"VirtualBox Manager" = "" discord = "󰙯"
"org.inkscape.Inkscape" = "󰕙" vesktop = "󰙯"
"VirtualBox Machine" = "" blueman-manager = "󰂯"
lutris = "󰊗" Alacritty = ""
"[gG]imp-.*" = "" zoom = "󰬡"
[class_active] [class_active]
"(?i)ExampleOneTerm" = "icon" "(?i)ExampleOneTerm" = "icon"
[initial_class] [initial_class]
[initial_class_active] [initial_class_active]
[workspaces_name] [workspaces_name]
[title_in_class] [title_in_class]
[title_in_class_active]
[title_in_initial_class]
[title_in_initial_class_active]
[initial_title_in_class]
[initial_title_in_class_active]
[initial_title_in_initial_class]
[initial_title_in_initial_class_active]
[exclude] [title_in_class_active]
"(?i)fcitx" = ".*"
aProgram = "^$"
"" = "^$"
"[Ss]team" = "^(Friends List.*)?$"
"explorer.exe" = ".*"
"(?i)TestApp" = ""
[format] [title_in_initial_class]
dedup = false
dedup_inactive_fullscreen = false [title_in_initial_class_active]
delim = " "
workspace = "{id}:{clients}" [initial_title_in_class]
workspace_empty = "{id}"
client = "{icon}" [initial_title_in_class_active]
client_fullscreen = "{icon}"
client_active = "{icon}" [initial_title_in_initial_class]
client_dup = "{icon}{counter_sup}"
client_dup_active = "*{icon}*{delim}{icon}{counter_unfocused_sup}" [initial_title_in_initial_class_active]
client_dup_fullscreen = "[{icon}]{delim}{icon}{counter_unfocused_sup}"
[exclude]
aProgram = "^$"
"" = "^$"
"(?i)fcitx" = ".*"
"[Ss]team" = "^(Friends List.*)?$"
"explorer.exe" = ".*"
"(?i)TestApp" = ""
[format]
dedup = false
dedup_inactive_fullscreen = false
delim = " "
workspace = "{id}:{clients}"
workspace_empty = "{id}"
client = "{icon}"
client_fullscreen = "{icon}"
client_active = "{icon}"
client_dup = "{icon}{counter_sup}"
client_dup_active = "*{icon}*{delim}{icon}{counter_unfocused_sup}"
client_dup_fullscreen = "[{icon}]{delim}{icon}{counter_unfocused_sup}"
''; '';
} }