From 5e030d4f04c5ecb857bac81a835902b51dbe259e Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 10 Jul 2023 21:29:51 +0900 Subject: [PATCH] test --- configuration.nix | 2 +- users/albert/{gnome-dconf.nix => gnome-wayland-dconf.nix} | 0 users/albert/home.nix | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename users/albert/{gnome-dconf.nix => gnome-wayland-dconf.nix} (100%) 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