Update home-manager and nixos versions
This commit is contained in:
parent
e3a8bbe853
commit
2073868189
5 changed files with 6 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable";
|
||||
stable.url = "github:NixOs/nixpkgs/nixos-24.05";
|
||||
stable.url = "github:NixOs/nixpkgs/nixos-24.11";
|
||||
|
||||
nix-flatpak = {
|
||||
url = "github:gmodena/nix-flatpak";
|
||||
|
|
@ -14,8 +14,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# wow... major fuckup -> TODO remove
|
||||
sops-nix.url = "github:Mic92/sops-nix?ref=d2bd7f433b28db6bc7ae03d5eca43564da0af054";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
|
||||
Hyprspace = {
|
||||
url = "github:KZDKM/Hyprspace";
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ in
|
|||
homeDirectory = "/home/${username}";
|
||||
sessionPath = [ "$HOME/.cargo/bin" ];
|
||||
|
||||
enableNixpkgsReleaseCheck = false;
|
||||
sessionVariables = {
|
||||
GOROOT = "$HOME/.go";
|
||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@
|
|||
};
|
||||
|
||||
systemStateVersion = lib.mkOption {
|
||||
example = "24.05";
|
||||
example = "24.11";
|
||||
default = "23.05";
|
||||
type = lib.types.str;
|
||||
description = ''
|
||||
|
|
@ -168,7 +168,7 @@
|
|||
'';
|
||||
};
|
||||
homeStateVersion = lib.mkOption {
|
||||
default = "24.05";
|
||||
default = "24.11";
|
||||
example = "23.05";
|
||||
type = lib.types.str;
|
||||
description = ''
|
||||
|
|
|
|||
|
|
@ -119,7 +119,6 @@
|
|||
package = pkgs.nix-direnv;
|
||||
};
|
||||
};
|
||||
#ssh.startAgent = true;
|
||||
gnupg.agent.enable = true;
|
||||
}
|
||||
// config.mods.basePackages.specialPrograms
|
||||
|
|
|
|||
|
|
@ -451,8 +451,7 @@
|
|||
home.packages =
|
||||
with pkgs;
|
||||
[
|
||||
# TODO re-enable, fucking amazing experience right now
|
||||
# (lib.mkIf config.mods.coding.dashvim neovide)
|
||||
(lib.mkIf config.mods.coding.dashvim neovide)
|
||||
(lib.mkIf config.mods.coding.jetbrains jetbrains-toolbox)
|
||||
]
|
||||
++ config.mods.coding.additionalPackages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue