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

View File

@ -6,7 +6,7 @@
# essentially `nix-env -q` of the main user # essentially `nix-env -q` of the main user
# TODO: split gui and non-gui # TODO: split gui and non-gui
{ {
environment.systemPackages = with pkgs; [ krebs.per-user.makefu.packages = with pkgs; [
# core # core
at_spi2_core at_spi2_core
acpi acpi
@ -27,11 +27,14 @@
# gui # gui
chromium
clipit clipit
feh feh
firefox
keepassx keepassx
pcmanfm pcmanfm
skype skype
mirage
tightvnc tightvnc
gnome3.dconf gnome3.dconf
vlc vlc
@ -39,10 +42,6 @@
wireshark wireshark
xdotool xdotool
# browser
firefox
chromium
# sectools # sectools
aria2 aria2
binwalk binwalk
@ -53,10 +52,10 @@
# stuff # stuff
cac-cli cac-api
cac-panel cac-panel
krebspaste krebspaste
ledger ledger
password-store pass
]; ];
} }