Remmina & Disable Emacs Daemon

This commit is contained in:
2024-02-07 10:25:18 -05:00
parent 5aa9d049c5
commit 828c27b7b7

View File

@@ -50,7 +50,8 @@ in
]; ];
services.emacs = { services.emacs = {
enable = true; # Emacsclient behaving weirdly
# enable = true;
package = pkgs.mac-emacs; package = pkgs.mac-emacs;
}; };
@@ -73,6 +74,8 @@ in
btop btop
remmina
cbqn-replxx cbqn-replxx
# Graphical Apps: # Graphical Apps:
@@ -97,6 +100,7 @@ in
"tidal" "tidal"
"bitwarden" "bitwarden"
"zoom-for-it-admins" "zoom-for-it-admins"
"libreoffice"
]; ];
# Apps to install outside of nix for when wanting to test/run # Apps to install outside of nix for when wanting to test/run
# things that... aren't used by other people who use nix, like # things that... aren't used by other people who use nix, like