diff options
author | Karel Kočí <cynerd@email.cz> | 2024-05-23 10:32:50 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-05-23 10:32:50 +0200 |
commit | e10090cdd285ab5c161dbc2a41ce8ae649241a1d (patch) | |
tree | 2131f69c128da8e3f0e5502a6be0bc578b1af1d0 /nixos | |
parent | b9e2a3a51da4afbee5f76efdb81fc18d29bf3c32 (diff) | |
download | nixos-personal-e10090cdd285ab5c161dbc2a41ce8ae649241a1d.tar.gz nixos-personal-e10090cdd285ab5c161dbc2a41ce8ae649241a1d.tar.bz2 nixos-personal-e10090cdd285ab5c161dbc2a41ce8ae649241a1d.zip |
nixos: remove unused nextcloud-client and add visualization tools for valgrind
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/desktop.nix | 1 | ||||
-rw-r--r-- | nixos/modules/develop.nix | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index 0c8f287..2b19b93 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -81,7 +81,6 @@ in { exts.pass-otp #exts.pass-audit ])) - nextcloud-client chromium ferdium diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index a18c7ac..9fb7d12 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -61,6 +61,8 @@ in { # C clang-tools + massif-visualizer + qcachegrind # Python (python3.withPackages (pypkgs: |