Remmina & Disable Emacs Daemon
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user