feat: update flake inputs and home config

- bump flake-parts, home-manager, nixpkgs, nixvim, search
- add code-cursor to allowUnfree and home packages
- adjust firewall config under networking
This commit is contained in:
Thiago Sposito 2025-09-19 14:45:29 -03:00
parent a168d2e0e7
commit cab6411899
Signed by: thiago
GPG key ID: 3065EA73A976D430
3 changed files with 30 additions and 27 deletions

View file

@ -13,15 +13,15 @@
nixpkgs = {
config = {
allowUnfree = true;
# Workaround for https://github.com/nix-community/home-manager/issues/2942
nixpkgs.config.allowUnfreePredicate =
pkg:
builtins.elem (lib.getName pkg) [
"steam"
"code-cursor"
"ollama-cuda"
"steam-original"
"steam-run"
"steam"
"steamtinkerlaunch"
"ollama-cuda"
];
};
};
@ -29,6 +29,7 @@
home = {
homeDirectory = "/home/thiago";
packages = with pkgs; [
code-cursor
direnv
fira-code
firefox