aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/services
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-06-28 21:14:22 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-06-28 21:14:22 -0700
commitc22275aa3773c4c6b40f15f55971bddbf0edc7ec (patch)
tree9ed8f8fe0cfe2727763aa63960387c3a711a3834 /hosts/common/optional/services
parent4e38545500686757ca89c305cd867d9290aad809 (diff)
downloadnix-c22275aa3773c4c6b40f15f55971bddbf0edc7ec.tar
nix-c22275aa3773c4c6b40f15f55971bddbf0edc7ec.tar.gz
nix-c22275aa3773c4c6b40f15f55971bddbf0edc7ec.tar.bz2
nix-c22275aa3773c4c6b40f15f55971bddbf0edc7ec.tar.lz
nix-c22275aa3773c4c6b40f15f55971bddbf0edc7ec.tar.xz
nix-c22275aa3773c4c6b40f15f55971bddbf0edc7ec.tar.zst
nix-c22275aa3773c4c6b40f15f55971bddbf0edc7ec.zip
Remove sddm @caladan
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/services/wayland.nix54
1 files changed, 0 insertions, 54 deletions
diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix
index bd63199..23ae90b 100644
--- a/hosts/common/optional/services/wayland.nix
+++ b/hosts/common/optional/services/wayland.nix
@@ -50,19 +50,6 @@
package = pkgs.master.firefox;
};
- #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;
wrapperFeatures.gtk = true;
@@ -71,57 +58,16 @@
waybar.enable = true;
};
- #services.greetd = {
- # enable = true;
- # #settings = {
- # # default_session = {
- # # command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd sway";
- # # user = "greeter";
- # # };
- # #};
- #};
-
security = {
pam = {
loginLimits = [
{ domain = "@users"; item = "rtprio"; type = "-"; value = 1; }
];
-
- services.login.googleAuthenticator.forwardPass = true;
- };
-
- polkit = {
- enable = true;
- extraConfig = ''
- polkit.addRule(function(action, subject) {
- if (
- subject.isInGroup("users")
- && (
- action.id == "org.freedesktop.login1.reboot" ||
- action.id == "org.freedesktop.login1.reboot-multiple-sessions" ||
- action.id == "org.freedesktop.login1.power-off" ||
- action.id == "org.freedesktop.login1.power-off-multiple-sessions"
- )
- )
- {
- return polkit.Result.YES;
- }
- })
- '';
};
};
services = {
blueman.enable = true;
-
- displayManager.sddm = {
- enable = true;
- wayland = {
- compositor = "kwin";
- enable = true;
- };
- };
-
libinput.enable = true;
printing.enable = true;
};