diff options
author | Anthony Wang | 2025-04-04 23:52:15 -0400 |
---|---|---|
committer | Anthony Wang | 2025-04-04 23:52:15 -0400 |
commit | 5c2ce322b4c9a6668797dc55f632f9c616bcba67 (patch) | |
tree | 694ab6e99d926b7d34774a6c0be7bb59d1b577cc | |
parent | 3d83fa77598b1242cd2db8e1950f3c966570328f (diff) |
Enable some more random stuff
-rw-r--r-- | configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 4bd491a..b5dede3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -81,6 +81,8 @@ askPassword = lib.mkForce "${pkgs.kdePackages.ksshaskpass.out}/bin/ksshaskpass"; }; + virtualisation.podman.enable = true; + environment.systemPackages = with pkgs; [ # Programming micro @@ -88,6 +90,7 @@ python313 cargo uv + julia # Dafny stuff vscodium @@ -103,12 +106,15 @@ rnote mpv mpvScripts.mpris + libreoffice-qt6-fresh # Utilities + aspellDicts.en btop hugo gocryptfs ripgrep + tealdeer ]; environment.variables = { |