Nix Registry, Telegram

Remove Telegram Desktop and add the Unstable Nix registry
This commit is contained in:
Jimbo 2025-02-18 20:44:04 -05:00
parent 78ac018a11
commit e35d5c36e6
7 changed files with 12 additions and 21 deletions

View file

@ -17,6 +17,5 @@
//spawn-at-startup "librewolf" "-p" "Misc" "--name" "MiscBrowser"
spawn-at-startup "thunderbird"
spawn-at-startup "vesktop"
spawn-at-startup "telegram-desktop"
'';
}

View file

@ -19,12 +19,6 @@
open-maximized true
open-on-workspace "${config.ws.w7}"
}
window-rule {
match app-id="org.telegram.desktop"
block-out-from "screencast"
open-maximized true
open-on-workspace "${config.ws.w8}"
}
window-rule {
match app-id="thunderbird"
block-out-from "screencast"

View file

@ -22,7 +22,6 @@
# Foreground
{ command = "thunderbird"; }
{ command = "vesktop"; }
{ command = "telegram-desktop"; }
];
};
}

View file

@ -58,7 +58,6 @@
{ app_id = "MiscBrowser"; }
{ app_id = "vesktop"; }
];
"8:${config.ws.w8}" = [{ app_id = "org.telegram.desktop"; }];
"9:${config.ws.w9}" = [{ app_id = "thunderbird"; }];
# Etc