here we go
This commit is contained in:
parent
6f5ce3c363
commit
53a2833406
2 changed files with 5 additions and 5 deletions
|
@ -22,10 +22,10 @@
|
|||
kitty.enable = true;
|
||||
xmonad.enable = false;
|
||||
bspwm = {
|
||||
enable = true;
|
||||
polybar.enable = true;
|
||||
enable = false;
|
||||
polybar.enable = false;
|
||||
};
|
||||
exwm.enable = false;
|
||||
exwm.enable = true;
|
||||
picom.enable = true;
|
||||
dunst.enable = true;
|
||||
browsers = {
|
||||
|
|
|
@ -18,7 +18,7 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
modules.dev.editors.emacs.daemon = lib.mkForce false;
|
||||
modules.dev.editors.emacs.enable = true;
|
||||
modules.dev.editors.emacs.enable = lib.mkForce true;
|
||||
# this needs to be enabled for gtk apps
|
||||
programs.dconf.enable = true;
|
||||
# https://nixos.wiki/wiki/XMonad
|
||||
|
@ -48,8 +48,8 @@ in {
|
|||
in
|
||||
singleton {
|
||||
name = "exwm";
|
||||
# launch emacs in fullscreen with dbus lol
|
||||
start = ''
|
||||
# Emacs via dbus in fullscreen lol
|
||||
${pkgs.dbus.dbus-launch} --exit-with-session emacs -mm --fullscreen \
|
||||
-l "${extraConfig}"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue