aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDylan <boss@tehbox.org>2026-04-29 23:15:45 +1200
committerDylan <boss@tehbox.org>2026-04-29 23:19:15 +1200
commitf96e43f992211290e3287facc505bea0bc1a3931 (patch)
tree02860a965002f0418847cedad2fac2e71208b443 /flake.nix
parentda3a4174ae0a287871e36899893abe9c858ad7e5 (diff)
downloadnixos-configuration-f96e43f992211290e3287facc505bea0bc1a3931.tar.gz
nixos-configuration-f96e43f992211290e3287facc505bea0bc1a3931.zip
feat: Nix version bump + other updatesHEADmaster
Lots of updates
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix13
1 files changed, 9 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 7cfde2f..2dde055 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,13 +2,13 @@
description = "My nixos configuration";
inputs = {
- nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
home-manager = {
- url = "github:nix-community/home-manager/release-25.05";
+ url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
- url = "github:danth/stylix/release-25.05";
+ url = "github:danth/stylix/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
spicetify-nix = {
@@ -16,7 +16,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
YATwm = {
- #url = "git+https://git.tehbox.org/cgit/boss/YATwm.git";
+ #url = "git+https://git.tehbox.org/boss/YATwm.git";
#url = "github:BossCode45/YATwm";
url = "git+file:///home/boss/Documents/Coding/WM/YATwm";
inputs.nixpkgs.follows = "nixpkgs";
@@ -53,6 +53,10 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
+ # hytale-launcher = {
+ # url = "github:TNAZEP/HytaleLauncherFlake";
+ # inputs.nixpkgs.follows = "nixpkgs";
+ # };
};
outputs = inputs@{self, nixpkgs, ... }: {
@@ -91,6 +95,7 @@
};
packages.x86_64-linux.teh-website = (nixpkgs.legacyPackages.x86_64-linux.callPackage ./website { });
+ packages.x86_64-linux.stk-installers = (nixpkgs.legacyPackages.x86_64-linux.callPackage ./my-pkgs/stk-installers.nix { });
};
}