aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hosts/common/optional/services/wayland.nix48
1 files changed, 27 insertions, 21 deletions
diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix
index 218857a..0f79412 100644
--- a/hosts/common/optional/services/wayland.nix
+++ b/hosts/common/optional/services/wayland.nix
@@ -50,18 +50,18 @@
package = pkgs.master.firefox;
};
- regreet= {
- enable = true;
- settings = {
- GTK = lib.mkForce {
- application_prefer_dark_theme = true;
- cursor_theme_name = "catppuccin-mocha-blue-cursors";
- font_name = "Work Sans 16";
- icon_theme_name = "Papirus-Dark";
- theme_name = "catppuccin-mocha-blue-standard";
- };
- };
- };
+ #regreet= {
+ # enable = true;
+ # settings = {
+ # GTK = {
+ # application_prefer_dark_theme = true;
+ # cursor_theme_name = "catppuccin-mocha-blue-cursors";
+ # font_name = "Work Sans 16";
+ # icon_theme_name = "Papirus-Dark";
+ # theme_name = "catppuccin-mocha-blue-standard";
+ # };
+ # };
+ #};
sway = {
enable = true;
@@ -71,15 +71,15 @@
waybar.enable = true;
};
- services.greetd = {
- enable = true;
- #settings = {
- # default_session = {
- # command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd sway";
- # user = "greeter";
- # };
- #};
- };
+ #services.greetd = {
+ # enable = true;
+ # #settings = {
+ # # default_session = {
+ # # command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd sway";
+ # # user = "greeter";
+ # # };
+ # #};
+ #};
security = {
pam.loginLimits = [
@@ -109,6 +109,12 @@
services = {
blueman.enable = true;
+
+ displayManager.sddm = {
+ enable = true;
+ wayland.enable = true;
+ };
+
libinput.enable = true;
printing.enable = true;
};