mirror of
https://github.com/librephoenix/nixos-config
synced 2026-01-15 21:24: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
|
|
@ -1,8 +1,15 @@
|
|||
{ config, lib, pkgs, pkgs-stable, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
pkgs-stable,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
cfg = config.userSettings.office;
|
||||
in {
|
||||
in
|
||||
{
|
||||
options = {
|
||||
userSettings.office = {
|
||||
enable = lib.mkEnableOption "Enable my office programs";
|
||||
|
|
@ -21,7 +28,6 @@ in {
|
|||
gnome-maps
|
||||
seahorse
|
||||
element-desktop
|
||||
zulip
|
||||
discord
|
||||
openvpn
|
||||
pomodoro-gtk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue