fixed home-manager to 24.11 version

This commit is contained in:
Elias Gasparis 2025-02-09 20:30:36 +08:00
parent 1e3dff9436
commit 89eaa5b2b6
3 changed files with 4 additions and 3024 deletions

3024
flake.lock generated

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,7 @@
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };

View file

@ -119,6 +119,7 @@
''; '';
}; };
/*
# neovim setup # neovim setup
vim = { vim = {
theme = { theme = {
@ -139,6 +140,7 @@
rust.enable = true; rust.enable = true;
}; };
}; };
*/
# This value determines the home Manager release that your # This value determines the home Manager release that your
# configuration is compatible with. This helps avoid breakage # configuration is compatible with. This helps avoid breakage