summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-03-13 10:51:09 +0100
committerAdrian Kummerlaender2021-03-13 10:51:09 +0100
commitafdf23873875410c2e4e63ca4156def63cda4489 (patch)
tree0f6d0145c7be8b48821deb8565bf10431df746c3
parent916c373faa43d1ffa1e100ab86796421ca4a85da (diff)
downloadnixos_system-afdf23873875410c2e4e63ca4156def63cda4489.tar
nixos_system-afdf23873875410c2e4e63ca4156def63cda4489.tar.gz
nixos_system-afdf23873875410c2e4e63ca4156def63cda4489.tar.bz2
nixos_system-afdf23873875410c2e4e63ca4156def63cda4489.tar.lz
nixos_system-afdf23873875410c2e4e63ca4156def63cda4489.tar.xz
nixos_system-afdf23873875410c2e4e63ca4156def63cda4489.tar.zst
nixos_system-afdf23873875410c2e4e63ca4156def63cda4489.zip
Add 7z to default program selection
-rw-r--r--configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix
index cb0d387..868d6cf 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -47,6 +47,7 @@ in {
pkgs.psmisc
pkgs.htop
pkgs.git
+ pkgs.p7zip
pkgs.silver-searcher
pkgs.renameutils
mypkgs.custom-neovim