summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2022-01-20 20:08:25 +0100
committerstuebinm2022-01-20 20:08:55 +0100
commitbdd4d14c7060877c3161575d6e5e762b7736f892 (patch)
tree37d6632ccda7fa3e3abac34a47a8e6adb58701ea
parentbd1d868f336a5a2ac9020a4658abebd80bd11d12 (diff)
cyberbox: playing around with hikari & wayland
-rw-r--r--cyberbox/configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/cyberbox/configuration.nix b/cyberbox/configuration.nix
index 4a372f6..b4c6866 100644
--- a/cyberbox/configuration.nix
+++ b/cyberbox/configuration.nix
@@ -11,6 +11,10 @@
programs.light.enable = true;
programs.slock.enable = true;
+ environment.systemPackages = with pkgs; [
+ hikari fuzzel zathura
+ ];
+
services.postgresql.enable = true;
services.postgresql.package = pkgs.postgresql_11;
services.postgresql.authentication = ''