chore: update flake.lock and flake.nix to use release-25.11 for nixpkgs and home-manager

This commit is contained in:
Thiago Sposito 2025-12-04 23:51:41 -03:00
parent c63221b54d
commit 0cb9c93c5c
Signed by: thiago
GPG key ID: 3065EA73A976D430
3 changed files with 14 additions and 11 deletions

16
flake.lock generated
View file

@ -46,16 +46,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1764075860, "lastModified": 1764866045,
"narHash": "sha256-KYEIHCBBw+/lwKsJNRNoUxBB4ZY2LK0G0T8f+0i65q0=", "narHash": "sha256-0GsEtXV9OquDQ1VclQfP16cU5VZh7NEVIOjSH4UaJuM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "295d90e22d557ccc3049dc92460b82f372cd3892", "rev": "f63d0fe9d81d36e5fc95497217a72e02b8b7bcab",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "master", "ref": "release-25.11",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
@ -110,16 +110,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1763966396, "lastModified": 1764677808,
"narHash": "sha256-6eeL1YPcY1MV3DDStIDIdy/zZCDKgHdkCmsrLJFiZf0=", "narHash": "sha256-H3lC7knbXOBrHI9hITQ7modLuX20mYJVhZORL5ioms0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5ae3b07d8d6527c42f17c876e404993199144b6a", "rev": "1aab89277eb2d87823d5b69bae631a2496cff57a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-unstable", "ref": "nixos-25.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -2,11 +2,11 @@
description = "my NixOS Config"; description = "my NixOS Config";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
home-manager = { home-manager = {
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager/master"; url = "github:nix-community/home-manager/release-25.11";
}; };
icons = { icons = {
url = "git+https://git.sr.ht/~sposito/icons"; url = "git+https://git.sr.ht/~sposito/icons";

View file

@ -1,5 +1,4 @@
{ {
config,
pkgs, pkgs,
lib, lib,
... ...
@ -31,6 +30,8 @@
code-cursor code-cursor
direnv direnv
distrobox distrobox
emacs
emacs-all-the-icons-fonts
fira-code fira-code
firefox firefox
hwinfo hwinfo
@ -67,6 +68,8 @@
}; };
programs = { programs = {
git = { git = {
enable = true; enable = true;
settings = { settings = {