This commit is contained in:
biscuit
2025-05-20 18:19:55 -05:00
parent 3e7917aee3
commit 2534d83bdd
4 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{...}: {
environment.systemPackages = with pkgs; [
delfin
];
}
+3
View File
@@ -0,0 +1,3 @@
{...}: {
programs.wofi.enable = true;
}