fixed home-manager to 24.11 version
This commit is contained in:
parent
1e3dff9436
commit
89eaa5b2b6
3 changed files with 4 additions and 3024 deletions
3024
flake.lock
generated
3024
flake.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
url = "github:nix-community/home-manager/release-24.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -119,6 +119,7 @@
|
|||
'';
|
||||
};
|
||||
|
||||
/*
|
||||
# neovim setup
|
||||
vim = {
|
||||
theme = {
|
||||
|
@ -139,6 +140,7 @@
|
|||
rust.enable = true;
|
||||
};
|
||||
};
|
||||
*/
|
||||
|
||||
# This value determines the home Manager release that your
|
||||
# configuration is compatible with. This helps avoid breakage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue