Fix reload issue with home-manager

This commit is contained in:
2026-01-26 16:38:17 +00:00
parent ed74e01691
commit 2ca8c974ea
2 changed files with 5 additions and 2 deletions

View File

@@ -5,7 +5,6 @@
home.username = "trude";
home.homeDirectory = "/home/trude";
home.stateVersion = "25.11"; # Do not change after initial installation.
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [
nerd-fonts.jetbrains-mono
@@ -224,7 +223,9 @@
};
"org/gnome/desktop/input-sources" = {
show-all-sources = true;
sources = [ (lib.hm.gvariant.mkTuple [ "xkb" "us+altgr-intl" ]) ];
sources = [
(lib.hm.gvariant.mkTuple [ "xkb" "us+altgr-intl" ])
];
xkb-options = [ "terminate:ctrl_alt_bksp" ];
};
"org/gnome/desktop/interface" = {