diff options
| author | Baitinq <[email protected]> | 2022-07-10 00:33:56 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-10 00:33:56 +0200 |
| commit | 2081443cdcd788f5eea9c9273d54f5d1bf18e56d (patch) | |
| tree | 46bc29a42bf95186c5c15d0e450469b44168bae4 /hosts/vm/home.nix | |
| parent | Network: Created main_wifi and portable_wifi network configs (diff) | |
| download | nixos-config-2081443cdcd788f5eea9c9273d54f5d1bf18e56d.tar.gz nixos-config-2081443cdcd788f5eea9c9273d54f5d1bf18e56d.tar.bz2 nixos-config-2081443cdcd788f5eea9c9273d54f5d1bf18e56d.zip | |
Remove qtcreator user package
Diffstat (limited to 'hosts/vm/home.nix')
| -rw-r--r-- | hosts/vm/home.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/vm/home.nix b/hosts/vm/home.nix index 3fb6e57..3e6c2c3 100644 --- a/hosts/vm/home.nix +++ b/hosts/vm/home.nix @@ -5,7 +5,6 @@ in { home.packages = with pkgs; [ jetbrains.idea-community - qtcreator ] ++ (with pkgs.custom; [ ]); |