add dark theme to everything

This commit is contained in:
Fabian Montero 2025-01-05 01:45:40 -06:00
parent b5cd20b71b
commit 3803a1e1b9
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
3 changed files with 24 additions and 3 deletions

View file

@ -68,10 +68,12 @@ with lib; {
notification = false;
always = true;
}
{ #todo: move this to browsers module
{
#todo: move this to browsers module
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 1; exec ${pkgs.firefox}/bin/firefox'";
}
{ #todo: move this to telegram module
{
#todo: move this to telegram module
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 2; exec ${pkgs.tdesktop}/bin/telegram-desktop'";
}
#{