From 0046918c22014dc54478fc44ee5432be8261438b Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Wed, 2 Oct 2024 04:10:14 -0400 Subject: [PATCH] Commit for generation 168 --- glasshouse-desktop/configuration.nix | 1 - glasshouse-desktop/modules/zshell.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/glasshouse-desktop/configuration.nix b/glasshouse-desktop/configuration.nix index f7a62b4..7486401 100644 --- a/glasshouse-desktop/configuration.nix +++ b/glasshouse-desktop/configuration.nix @@ -53,7 +53,6 @@ security.sudo.extraConfig = '' pagedmov ALL=(ALL) NOPASSWD: /run/current-system/sw/bin/nixos-rebuild ''; -aasdasdads users.users.pagedmov = { isNormalUser = true; diff --git a/glasshouse-desktop/modules/zshell.nix b/glasshouse-desktop/modules/zshell.nix index 10e91ef..955f2c6 100644 --- a/glasshouse-desktop/modules/zshell.nix +++ b/glasshouse-desktop/modules/zshell.nix @@ -228,7 +228,7 @@ nixswitch() { fi sudo nixos-rebuild switch --flake "$HOME/sysflakes#glasshouse" builtin cd $OLDPWD - if [ "$?" -eq "0" ]; then + if [ $? -eq 0 ]; then sounds_enabled && (aplay ~/sound/sys/update.wav > /dev/null 2>&1 &) else sounds_enabled && (aplay ~/sound/sys/error.wav > /dev/null 2>&1 &)