diff options
author | makefu <github@syntax-fehler.de> | 2019-02-05 22:33:54 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-02-05 22:33:54 +0100 |
commit | c9314cac8226da1d422ca5d3c73dab3fbb42513a (patch) | |
tree | a85bd6d0f65b22fc486d74cae3a3ab70b5a2db06 /makefu/2configs | |
parent | 6dc21884dcc140922c8c2e295a2ed026becdab30 (diff) |
ma tools: move at_spi2_core to gui
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/tools/core-gui.nix | 1 | ||||
-rw-r--r-- | makefu/2configs/tools/core.nix | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/makefu/2configs/tools/core-gui.nix b/makefu/2configs/tools/core-gui.nix index 1e85da53c..582d941a6 100644 --- a/makefu/2configs/tools/core-gui.nix +++ b/makefu/2configs/tools/core-gui.nix @@ -2,6 +2,7 @@ { users.users.makefu.packages = with pkgs; [ + at_spi2_core chromium feh clipit diff --git a/makefu/2configs/tools/core.nix b/makefu/2configs/tools/core.nix index 33e896d4c..b4c3a431e 100644 --- a/makefu/2configs/tools/core.nix +++ b/makefu/2configs/tools/core.nix @@ -8,7 +8,6 @@ ( pkgs.writeScriptBin "unknow" ''#!/bin/sh ${gnused}/bin/sed -i "''${1}d" ~/.ssh/known_hosts '') - at_spi2_core acpi bc rsync @@ -17,6 +16,7 @@ ${gnused}/bin/sed -i "''${1}d" ~/.ssh/known_hosts lsof which binutils + screen # fs cifs-utils |