update some niri

This commit is contained in:
Jana Dönszelmann 2026-02-22 17:33:58 +01:00
parent ad3ded339f
commit ef29bdf5aa
No known key found for this signature in database
8 changed files with 254 additions and 129 deletions

View file

@ -61,6 +61,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
gcc
firefox
kitty
@ -87,6 +88,9 @@
'';
}
) { })
config.boot.kernelPackages.perf
rr
];
services.xserver.enable = true;