diff --git a/configuration.nix b/configuration.nix index 2e89389c..68208f20 100644 --- a/configuration.nix +++ b/configuration.nix @@ -82,7 +82,7 @@ isNormalUser = true; description = "Albert J. Copeland"; extraGroups = [ "networkmanager" "wheel" ]; - # passwordFile = /run/secrets/albert-pass + hashedPassword = "$y$j9T$wKLsIWaA4Gf63RvjedwLJ0$EHKL6BBJV0CAxEKcHHjaBqW085KJ/MGvmbyWzmcWOy6"; }; # Enable flakes: https://nixos.wiki/wiki/Flakes diff --git a/users/albert/gnome-dconf.nix b/users/albert/gnome-wayland-dconf.nix similarity index 100% rename from users/albert/gnome-dconf.nix rename to users/albert/gnome-wayland-dconf.nix diff --git a/users/albert/home.nix b/users/albert/home.nix index 3bd947bf..1a20ec10 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { home.stateVersion = "23.05"; imports = [ - ./gnome-dconf.nix + # ./gnome-dconf.nix ../../common/dotfiles/git.nix ../../common/dotfiles/neovim.nix ../../common/dotfiles/bash.nix