summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-02-26 23:38:50 +0100
committermakefu <github@syntax-fehler.de>2016-02-26 23:38:50 +0100
commit0378844b2acf7debb5cc17defa9a36c5f25cfea2 (patch)
treed0badf88aa91eff6451df65cd8abe26f62756b6b /2configs
parent8e88f216afbc95fc5ad1c41ea721a76a4b82d8bd (diff)
ma 2 laptop-utils: init
Diffstat (limited to '2configs')
-rw-r--r--2configs/laptop-utils.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/2configs/laptop-utils.nix b/2configs/laptop-utils.nix
index b5ba2ec3b..8a1c0e184 100644
--- a/2configs/laptop-utils.nix
+++ b/2configs/laptop-utils.nix
@@ -6,7 +6,7 @@
# essentially `nix-env -q` of the main user
# TODO: split gui and non-gui
{
- environment.systemPackages = with pkgs; [
+ krebs.per-user.makefu.packages = with pkgs; [
# core
at_spi2_core
acpi
@@ -27,11 +27,14 @@
# gui
+ chromium
clipit
feh
+ firefox
keepassx
pcmanfm
skype
+ mirage
tightvnc
gnome3.dconf
vlc
@@ -39,10 +42,6 @@
wireshark
xdotool
- # browser
- firefox
- chromium
-
# sectools
aria2
binwalk
@@ -53,10 +52,10 @@
# stuff
- cac-cli
+ cac-api
cac-panel
krebspaste
ledger
- password-store
+ pass
];
}