diff options
| author | stuebinm | 2026-05-02 20:56:30 +0200 |
|---|---|---|
| committer | stuebinm | 2026-05-02 20:56:30 +0200 |
| commit | 18749ba9ad81729a3b56a75cf93a8c62d517c69f (patch) | |
| tree | d2f7b1edcca5b83f3a528a79cefdad88cd10f0fa /common | |
| parent | ff8c2689c15ddf7fbc4f2aa4e0b000ade9db8da0 (diff) | |
common/desktop: drop hikari default session
Diffstat (limited to '')
| -rw-r--r-- | common/desktop.nix | 18 |
1 files changed, 9 insertions, 9 deletions
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; }; }; |
