This commit is contained in:
4DBug
2026-08-26 13:22:02 -05:00
parent 4578f0b32f
commit f8b9645149
5 changed files with 25 additions and 2 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
nixos = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
file-roller
wl-screenrec
];
users.users.bug.packages = with pkgs; [
@@ -14,4 +15,4 @@
];
};
};
}
}