summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/desktop.nix18
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;
};
};