mirror of
https://github.com/librephoenix/nixos-config
synced 2026-01-15 13:14:00 +05:30
getting rid of zulip
This commit is contained in:
parent
646923c446
commit
bcc3bdb978
2 changed files with 9 additions and 9 deletions
|
|
@ -120,7 +120,6 @@ in
|
||||||
"alacritty --class scratch_numbat -e numbat"
|
"alacritty --class scratch_numbat -e numbat"
|
||||||
"alacritty --class scratch_btm -e btm"
|
"alacritty --class scratch_btm -e btm"
|
||||||
"element-desktop"
|
"element-desktop"
|
||||||
"zulip"
|
|
||||||
"sleep 5 && hyprctl keyword bind SUPER,S,exec,${spawnBrowser}"
|
"sleep 5 && hyprctl keyword bind SUPER,S,exec,${spawnBrowser}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -361,10 +360,6 @@ in
|
||||||
"size 85% 90%,class:^(Element)$"
|
"size 85% 90%,class:^(Element)$"
|
||||||
"workspace special:scratch_chat silent,class:^(Element)$"
|
"workspace special:scratch_chat silent,class:^(Element)$"
|
||||||
"center,class:^(Element)$"
|
"center,class:^(Element)$"
|
||||||
"float,class:^(Zulip)$"
|
|
||||||
"size 85% 90%,class:^(Zulip)$"
|
|
||||||
"workspace special:scratch_chat silent,class:^(Zulip)$"
|
|
||||||
"center,class:^(Zulip)$"
|
|
||||||
"float,class:^(discord)$"
|
"float,class:^(discord)$"
|
||||||
"size 85% 90%,class:^(discord)$"
|
"size 85% 90%,class:^(discord)$"
|
||||||
"workspace special:scratch_chat silent,class:^(discord)$"
|
"workspace special:scratch_chat silent,class:^(discord)$"
|
||||||
|
|
@ -401,7 +396,6 @@ in
|
||||||
"opacity 0.80,class:^(org.pulseaudio.pavucontrol)$"
|
"opacity 0.80,class:^(org.pulseaudio.pavucontrol)$"
|
||||||
"opacity 1.0,class:^(org.qutebrowser.qutebrowser),fullscreen:1"
|
"opacity 1.0,class:^(org.qutebrowser.qutebrowser),fullscreen:1"
|
||||||
"opacity 0.80,class:^(Element)$"
|
"opacity 0.80,class:^(Element)$"
|
||||||
"opacity 0.80,class:^(Zulip)$"
|
|
||||||
"opacity 0.80,class:^(discord)$"
|
"opacity 0.80,class:^(discord)$"
|
||||||
"opacity 0.80,class:^(Logseq)$"
|
"opacity 0.80,class:^(Logseq)$"
|
||||||
"opacity 1.0,class:^(Brave-browser),fullscreen:1"
|
"opacity 1.0,class:^(Brave-browser),fullscreen:1"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,15 @@
|
||||||
{ config, lib, pkgs, pkgs-stable, ... }:
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
pkgs-stable,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.userSettings.office;
|
cfg = config.userSettings.office;
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
options = {
|
options = {
|
||||||
userSettings.office = {
|
userSettings.office = {
|
||||||
enable = lib.mkEnableOption "Enable my office programs";
|
enable = lib.mkEnableOption "Enable my office programs";
|
||||||
|
|
@ -21,7 +28,6 @@ in {
|
||||||
gnome-maps
|
gnome-maps
|
||||||
seahorse
|
seahorse
|
||||||
element-desktop
|
element-desktop
|
||||||
zulip
|
|
||||||
discord
|
discord
|
||||||
openvpn
|
openvpn
|
||||||
pomodoro-gtk
|
pomodoro-gtk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue