1
0

feat: bump to nixos-unstable

This commit is contained in:
2026-03-01 15:58:42 +01:00
parent 1f342308de
commit 2c8cf957ee
5 changed files with 9 additions and 14 deletions
+2 -4
View File
@@ -41,14 +41,12 @@ in
font.monaco = use ./monaco-font/default.nix;
element = use ./element/default.nix;
home-manager = {
module =
let
home-manager = fetchzip {
url = "https://github.com/nix-community/home-manager/archive/release-${system.stateVersion}.tar.gz";
hash = "sha256-WHkdBlw6oyxXIra/vQPYLtqY+3G8dUVZM8bEXk0t8x4=";
url = "https://github.com/nix-community/home-manager/archive/master.tar.gz";
hash = "sha256-UZjPc/d5XRxvjDbk4veAO4XFdvx6BUum2l40V688Xq8=";
};
in
import "${home-manager}/nixos";