241 current 2024-11-16 18:59:54 24.05.20241110.9256f7c 6.11.7 *

This commit is contained in:
Ranomier 2024-11-19 21:26:08 +01:00
parent 61ad987fe4
commit 615a109143
3 changed files with 31 additions and 10 deletions

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
nyxt
];
}