diff options
author | Adrian Kummerlaender | 2021-03-13 10:51:09 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2021-03-13 10:51:09 +0100 |
commit | afdf23873875410c2e4e63ca4156def63cda4489 (patch) | |
tree | 0f6d0145c7be8b48821deb8565bf10431df746c3 | |
parent | 916c373faa43d1ffa1e100ab86796421ca4a85da (diff) | |
download | nixos_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.nix | 1 |
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 |