Things already fixed

This commit is contained in:
Geoffrey Frogeye 2023-12-02 22:47:30 +01:00
parent 5169cbc82c
commit 6569596b8a
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 2 additions and 10 deletions

View file

@ -198,14 +198,6 @@ in
};
extraUpdatePS1 = ''unset __TIMER'';
};
# neovim = {
# enable = true;
# defaultEditor = true;
# vimAlias = true;
# viAlias = true;
# vimdiffAlias = true;
# };
# FIXME Still want this despite using nixvim
gpg = {
enable = true;
homedir = "${config.xdg.stateHome}/gnupg";
@ -381,7 +373,7 @@ in
stateVersion = "23.11";
language = {
base = "en_US.UTF-8";
# time = "en_DK.UTF-8"; # FIXME Disabled because complaints during nixos-rebuild switch
# time = "en_DK.UTF-8"; # TODO Disabled because complaints during nixos-rebuild switch
};
packages = with pkgs; [
# dotfiles dependencies

View file

@ -32,6 +32,6 @@
useGlobalPkgs = true;
};
# FIXME Make sure I'm the only user & everything is encrypted
# Because everything is encrypted and I'm the only user, this is fine.
services.xserver.displayManager.autoLogin.user = "geoffrey";
}