*: refactor & cleanup

This commit is contained in:
steveej 2016-08-31 17:44:04 +02:00
parent cd64c95744
commit cb6106fe86
3 changed files with 10 additions and 11 deletions

View file

@ -6,10 +6,10 @@
{
imports = [
./hw.nix
./boot.nix
./system.nix
./pkg.nix
./hw.nix
./system.nix
./user.nix
./boot.nix
];
}

View file

@ -104,21 +104,22 @@ in
gnupg
picocom
xfce.terminal
roxterm
xorg.xbacklight
coreutils
lsof
xscreensaver
firefox-wrapper
chromium
firefox-wrapper
seafile-client
qpdfview
thunderbird
keepass
pidgin
hexchat
keepass
skype
teamviewer
@ -143,7 +144,7 @@ in
#pandoc
pythonFull
] ++ [
gitpkgs.rkt
gitpkgs.flannel
gitpkgs.remmina

View file

@ -167,10 +167,8 @@
# virtualization
virtualisation = {
libvirtd.enable = true;
virtualbox = {
host.enable = true;
host.addNetworkInterface = true;
};
virtualbox.host.enable = true;
virtualbox.host.addNetworkInterface = true;
};
system.activationScripts.bin = ''