chore: bump flake lock; resolve hyprfocus

This commit is contained in:
Zhongheng Liu 2024-12-26 15:19:47 +02:00
commit dc9f623785
Signed by: steven
GPG key ID: 805A28B071DAD84B
3 changed files with 39 additions and 31 deletions

View file

@ -192,6 +192,12 @@
packages = with pkgs; [nh];
extraGroups = ["wheel" "input" "networkmanager"];
};
"xi_jinping" = {
initialPassword = "bingchilling";
isNormalUser = true;
packages = with pkgs; [git];
extraGroups = ["input"];
};
};
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "24.05";