rust pobeda

This commit is contained in:
Aleksandr 2025-06-08 23:40:41 +00:00
parent 1bc03bdb14
commit 5cd0ded292
59 changed files with 1185 additions and 1389 deletions

View file

@ -0,0 +1,17 @@
{ nixpkgs, lib, ... }:
{
imports = [
./hw.nix
./dev.nix
./sw.nix
./fs.nix
./niri.nix
./home
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"slack"
];
system.stateVersion = "25.11";
}