diff options
author | stuebinm | 2022-01-20 20:08:25 +0100 |
---|---|---|
committer | stuebinm | 2022-01-20 20:08:55 +0100 |
commit | bdd4d14c7060877c3161575d6e5e762b7736f892 (patch) | |
tree | 37d6632ccda7fa3e3abac34a47a8e6adb58701ea | |
parent | bd1d868f336a5a2ac9020a4658abebd80bd11d12 (diff) |
cyberbox: playing around with hikari & wayland
Diffstat (limited to '')
-rw-r--r-- | cyberbox/configuration.nix | 4 |
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 = '' |