Update files
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
};
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nix-gaming.url = "github:fufexan/nix-gaming";
|
||||
disko.url = "github:nix-community/disko/latest";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-25.11";
|
||||
url = "github:nix-community/home-manager/release-26.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
firefox-addons = {
|
||||
@@ -91,7 +91,7 @@
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
powerManagement.enable = true;
|
||||
system.stateVersion = "25.11";
|
||||
system.stateVersion = "26.05";
|
||||
home-manager = {
|
||||
users.chris = import ./home;
|
||||
extraSpecialArgs = {
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@
|
||||
username = "chris";
|
||||
homeDirectory = "/home/chris";
|
||||
enableNixpkgsReleaseCheck = false;
|
||||
stateVersion = "25.11";
|
||||
stateVersion = "26.05";
|
||||
};
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user