From 40cdf89ab997dc69fcb50ff93dda854147f11262 Mon Sep 17 00:00:00 2001 From: niftion Date: Fri, 3 May 2024 02:39:11 -0700 Subject: [PATCH 1/3] Update users/cirno/default.nix --- users/cirno/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/users/cirno/default.nix b/users/cirno/default.nix index 4870a94..1a25a2a 100644 --- a/users/cirno/default.nix +++ b/users/cirno/default.nix @@ -13,6 +13,13 @@ displayManager.sddm = { enable = true; wayland.enable = true; + pipewire = { + enable = true; + pulse.enable = true; + alsa.enable = true; + }; + blueman.enable = true; + }; desktopManager.plasma6.enable = true; }; @@ -22,7 +29,7 @@ shell = pkgs.zsh; home = "/home/cirno"; description = "user for guests/cirno people"; - extraGroups = [ "" ]; + extraGroups = [ "wheel" "networkmanager" "kvm" "libvirtd" "audio" "dialout" ]; initialHashedPassword = "$6$2f8vjQbdKyEBqPRT$FrZBZfzpJGqNqLlCyb7CzRNm0wuZwfRI7Qj/dUQlbtLixyJK5Im9AJT7GXmP5StfhZxSbH/wW8nDGPQm98NXV0"; }; }; -- 2.45.2 From 463228502cd8255512d0e7c1952661db323d0c42 Mon Sep 17 00:00:00 2001 From: niftion Date: Fri, 3 May 2024 02:44:57 -0700 Subject: [PATCH 2/3] Update users/cirno/default.nix --- users/cirno/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/users/cirno/default.nix b/users/cirno/default.nix index 1a25a2a..d9d2b3e 100644 --- a/users/cirno/default.nix +++ b/users/cirno/default.nix @@ -18,7 +18,6 @@ pulse.enable = true; alsa.enable = true; }; - blueman.enable = true; }; desktopManager.plasma6.enable = true; -- 2.45.2 From 57fe0459f025c0e7072736cb511dc367fda82e12 Mon Sep 17 00:00:00 2001 From: niftion Date: Fri, 3 May 2024 02:51:58 -0700 Subject: [PATCH 3/3] Update users/cirno/default.nix --- users/cirno/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/cirno/default.nix b/users/cirno/default.nix index d9d2b3e..55ba979 100644 --- a/users/cirno/default.nix +++ b/users/cirno/default.nix @@ -28,7 +28,7 @@ shell = pkgs.zsh; home = "/home/cirno"; description = "user for guests/cirno people"; - extraGroups = [ "wheel" "networkmanager" "kvm" "libvirtd" "audio" "dialout" ]; + extraGroups = [ "audio" ]; initialHashedPassword = "$6$2f8vjQbdKyEBqPRT$FrZBZfzpJGqNqLlCyb7CzRNm0wuZwfRI7Qj/dUQlbtLixyJK5Im9AJT7GXmP5StfhZxSbH/wW8nDGPQm98NXV0"; }; }; -- 2.45.2