diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/luna/home.nix | 1 | ||||
-rw-r--r-- | hosts/phobos/home.nix | 1 | ||||
-rw-r--r-- | hosts/vm/home.nix | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix index c4ca306..4abd6cf 100644 --- a/hosts/luna/home.nix +++ b/hosts/luna/home.nix @@ -7,7 +7,6 @@ in jetbrains.idea-community xorg.xmodmap calibre - qtcreator kcc ] ++ (with pkgs.custom; [ diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index 5ad1cdd..8ab2d90 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -7,7 +7,6 @@ in minecraft jetbrains.idea-community calibre - qtcreator kcc ] ++ (with pkgs.custom; [ 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; [ ]); |