From 18749ba9ad81729a3b56a75cf93a8c62d517c69f Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 2 May 2026 20:56:30 +0200 Subject: common/desktop: drop hikari default session --- common/desktop.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'common/desktop.nix') diff --git a/common/desktop.nix b/common/desktop.nix index 9341b83..902b235 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -21,7 +21,7 @@ users.defaultUserShell = pkgs.fish; users.users.stuebinm = { isNormalUser = true; - extraGroups = [ "docker" "wheel" "networking" "video" "wireshark" ]; + extraGroups = [ "docker" "wheel" "networking" "video" "wireshark" "dialout" ]; home = "/home/stuebinm"; hashedPassword = "$6$IULsCnY7HjDHAJWs$05DYuwXsfWWKj6m3KTWCPp5k9HuQikIamNBzn2GihMG8oeEf5c8YkXlwuO6uTnX8ZFmyAQdhXfO5yYNEM/YTm0"; useDefaultShell = true; @@ -46,22 +46,22 @@ programs.slock.enable = true; environment.systemPackages = with pkgs; [ - hikari fuzzel apply-config + fuzzel apply-config ]; - security.pam.services.hikari-unlocker.text = '' - auth include login - ''; + # security.pam.services.hikari-unlocker.text = '' + # auth include login + # ''; services.davfs2.enable = true; services.greetd = { enable = true; settings = { - default_session = { - command = "${pkgs.tuigreet}/bin/tuigreet -tr --asterisks --cmd 'hikari -c ~/hikari.conf'"; - user = "stuebinm"; - }; + # default_session = { + # command = "${pkgs.tuigreet}/bin/tuigreet -tr --asterisks --cmd 'hikari -c ~/hikari.conf'"; + # user = "stuebinm"; + # }; # terminal.vt = 2; }; }; -- cgit v1.2.3