From a0103e3ddfa3da8a9a433d05cea873ab59534275 Mon Sep 17 00:00:00 2001 From: niftion Date: Sat, 4 May 2024 04:24:09 -0700 Subject: [PATCH] Update users/cirno/default.nix alphabetized!? --- users/cirno/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/users/cirno/default.nix b/users/cirno/default.nix index 1044584..856b707 100644 --- a/users/cirno/default.nix +++ b/users/cirno/default.nix @@ -10,25 +10,25 @@ }; services = { + desktopManager.plasma6.enable = true; displayManager.sddm = { enable = true; wayland.enable = true; - }; + } pipewire = { + alsa.enable = true; enable = true; pulse.enable = true; - alsa.enable = true; }; - desktopManager.plasma6.enable = true; }; users.users.cirno = { - isNormalUser = true; - shell = pkgs.zsh; - home = "/home/cirno"; description = "user for guests/cirno people"; extraGroups = [ "audio" ]; + home = "/home/cirno"; initialHashedPassword = "$6$2f8vjQbdKyEBqPRT$FrZBZfzpJGqNqLlCyb7CzRNm0wuZwfRI7Qj/dUQlbtLixyJK5Im9AJT7GXmP5StfhZxSbH/wW8nDGPQm98NXV0"; + isNormalUser = true; + shell = pkgs.zsh; }; }; }