ma 2 laptop-utils: init

This commit is contained in:
makefu 2016-02-26 23:38:50 +01:00
parent 340ea29373
commit ce0b1e987a
2 changed files with 10 additions and 7 deletions

View File

@ -8,6 +8,7 @@
[ # Include the results of the hardware scan.
../.
../2configs/main-laptop.nix #< base-gui + zsh
../2configs/laptop-utils.nix
# Krebs
../2configs/tinc-basic-retiolum.nix
@ -39,6 +40,9 @@
nixpkgs.config.packageOverrides = pkgs: {
tinc = pkgs.tinc_pre;
};
# steam
hardware.opengl.driSupport32Bit = true;
hardware.pulseaudio.support32Bit = true;
# configure pulseAudio to provide a HDMI sink as well
networking.firewall.enable = true;

View File

@ -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
];
}