Updated flake.nix to 26.05 and small polybar xwindow change

This commit is contained in:
Random936
2026-06-22 10:29:19 -04:00
parent ce6f23ab1a
commit f8b7169ac9
3 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
description = "Configuration flake for RandomCTF";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-25.11";
nixpkgs.url = "github:nixos/nixpkgs/release-26.05";
home = {
url = "github:nix-community/home-manager/release-25.11";
url = "github:nix-community/home-manager/release-26.05";
inputs.nixpkgs.follows = "nixpkgs";
};