chore(flake): update flakes

This commit is contained in:
2026-01-25 16:19:09 +01:00
parent 32b3c81b46
commit 7223b63fca
2 changed files with 52 additions and 74 deletions

View File

@@ -2,7 +2,7 @@
description = "Home Manager configuration of phundrak";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
devenv = {
url = "github:cachix/devenv";
@@ -34,9 +34,15 @@
inputs.nixpkgs.follows = "nixpkgs";
};
spicetify.url = "github:Gerg-L/spicetify-nix";
spicetify = {
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
srvos.url = "github:nix-community/srvos";
srvos = {
url = "github:nix-community/srvos";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:youwen5/zen-browser-flake";