diff options
author | makefu <github@syntax-fehler.de> | 2017-03-01 15:45:50 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-03-05 16:56:11 +0100 |
commit | 8bacb23ad46c7c4feb8ba097ce2c221579065c2e (patch) | |
tree | 1778a45ae0d93261d67b80388b201c13f8bdae4b /makefu/2configs/laptop-utils.nix | |
parent | f32d84e23d1785463af9242bb616325b6ae58ada (diff) |
m 5 esptool: ninit
Diffstat (limited to 'makefu/2configs/laptop-utils.nix')
-rw-r--r-- | makefu/2configs/laptop-utils.nix | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/makefu/2configs/laptop-utils.nix b/makefu/2configs/laptop-utils.nix deleted file mode 100644 index ec6d4adec..000000000 --- a/makefu/2configs/laptop-utils.nix +++ /dev/null @@ -1,65 +0,0 @@ -{ pkgs, ... }: - -# tools i use when actually working with the host. -# package version will now be maintained by nix-rebuild -# -# essentially `nix-env -q` of the main user -# TODO: split gui and non-gui -{ - nixpkgs.config.firefox = { - enableAdobeFlash = true; - }; - - krebs.per-user.makefu.packages = with pkgs; [ - # core - at_spi2_core - acpi - bc - exif - file - ntfs3g - pv - proot - sshpass - unzip - unrar - usbutils - zip - - # dev - python35Packages.virtualenv - - - # gui - chromium - clipit - feh - firefox - keepassx - pcmanfm - skype - mirage - tightvnc - gnome3.dconf - vlc - virtmanager - wireshark - xdotool - - # sectools - aria2 - pythonPackages.binwalk-full - dnsmasq - iodine - mtr - nmap - - - # stuff - cac-api - cac-panel - krebspaste - ledger - pass - ]; -} |