*: refactor & cleanup
This commit is contained in:
parent
cd64c95744
commit
cb6106fe86
3 changed files with 10 additions and 11 deletions
|
@ -6,10 +6,10 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./hw.nix
|
||||
./boot.nix
|
||||
./system.nix
|
||||
./pkg.nix
|
||||
./hw.nix
|
||||
./system.nix
|
||||
./user.nix
|
||||
./boot.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue