diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 6dc61f9c..fa7aef7e 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -180,6 +180,11 @@ rec { alias = true; }; + # lazyvim = { + # enable = true; + # alias = true; + # }; + nextcloud = { enable = true; autostart = false; # TODO: This option should use hyprland module @@ -900,8 +905,9 @@ rec { overrides = { global = { + # TODO: Makes discord crash # Force Wayland by default - Context.sockets = ["wayland" "!x11" "!fallback-x11"]; + # Context.sockets = ["wayland" "!x11" "!fallback-x11"]; Context.filesystems = ["/nix/store:ro"];