This commit is contained in:
iFargle 2023-07-10 21:29:51 +09:00
parent 7753d50139
commit 5e030d4f04
3 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@
isNormalUser = true; isNormalUser = true;
description = "Albert J. Copeland"; description = "Albert J. Copeland";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
# passwordFile = /run/secrets/albert-pass hashedPassword = "$y$j9T$wKLsIWaA4Gf63RvjedwLJ0$EHKL6BBJV0CAxEKcHHjaBqW085KJ/MGvmbyWzmcWOy6";
}; };
# Enable flakes: https://nixos.wiki/wiki/Flakes # Enable flakes: https://nixos.wiki/wiki/Flakes

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }: { { config, pkgs, ... }: {
home.stateVersion = "23.05"; home.stateVersion = "23.05";
imports = [ imports = [
./gnome-dconf.nix # ./gnome-dconf.nix
../../common/dotfiles/git.nix ../../common/dotfiles/git.nix
../../common/dotfiles/neovim.nix ../../common/dotfiles/neovim.nix
../../common/dotfiles/bash.nix ../../common/dotfiles/bash.nix