Use zen as browser on yoga
This commit is contained in:
parent
ec187e65c0
commit
43a33c2313
4 changed files with 27 additions and 15 deletions
|
@ -38,7 +38,6 @@ in
|
|||
librewolf
|
||||
thunderbird
|
||||
vesktop
|
||||
premid
|
||||
];
|
||||
};
|
||||
defaults.webBrowser = mkOption {
|
||||
|
@ -58,7 +57,6 @@ in
|
|||
feh # For images?
|
||||
deluge # Torrent client
|
||||
pavucontrol # PulseAudio control panel
|
||||
thunderbird # Email
|
||||
sublime-music # For navidrome
|
||||
# cinny-desktop
|
||||
gajim
|
||||
|
@ -78,14 +76,13 @@ in
|
|||
slack
|
||||
zoom-us
|
||||
|
||||
librewolf
|
||||
|
||||
## CLI stuff
|
||||
dex # .desktop file management, startup
|
||||
# sct # Display color temperature
|
||||
xdg-utils # Open stuff
|
||||
wifi-indicator
|
||||
]);
|
||||
] ++ cfg.startup);
|
||||
|
||||
nki.programs.discord.enable = pkgs.stdenv.isx86_64;
|
||||
nki.programs.discord.package = pkgs.vesktop;
|
||||
|
|
|
@ -291,7 +291,8 @@ in
|
|||
# Assigning windows to workspaces
|
||||
assigns = {
|
||||
"${builtins.elemAt workspaces 0}" = [
|
||||
{ class = "^firefox$"; }
|
||||
{ app_id = "^firefox$"; }
|
||||
{ app_id = "^librewolf$"; }
|
||||
];
|
||||
"${builtins.elemAt workspaces 1}" = [
|
||||
{ class = "^((d|D)iscord|((A|a)rm(c|C)ord))$"; }
|
||||
|
@ -299,6 +300,8 @@ in
|
|||
{ app_id = "VencordDesktop"; }
|
||||
{ class = "vesktop"; }
|
||||
{ app_id = "vesktop"; }
|
||||
|
||||
{ class = "Slack"; }
|
||||
];
|
||||
${extraWorkspaces.mail} = [
|
||||
{ app_id = "thunderbird"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue