This commit is contained in:
biscuit
2025-05-21 10:51:10 -05:00
parent e862ce8f9b
commit 6ae2221007
4 changed files with 64 additions and 53 deletions
+3
View File
@@ -2,6 +2,7 @@
config,
lib,
pkgs,
allowUnfree,
...
}: {
imports = [
@@ -18,6 +19,8 @@
wl-clipboard
];
nixpkgs.config.allowUnfree = allowUnfree;
nix.settings.experimental-features = ["nix-command" "flakes"];
system.stateVersion = "25.05";
}