*: 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 = [
|
imports = [
|
||||||
./hw.nix
|
|
||||||
./boot.nix
|
|
||||||
./system.nix
|
|
||||||
./pkg.nix
|
./pkg.nix
|
||||||
|
./hw.nix
|
||||||
|
./system.nix
|
||||||
./user.nix
|
./user.nix
|
||||||
|
./boot.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -104,21 +104,22 @@ in
|
||||||
|
|
||||||
gnupg
|
gnupg
|
||||||
picocom
|
picocom
|
||||||
xfce.terminal
|
roxterm
|
||||||
xorg.xbacklight
|
xorg.xbacklight
|
||||||
coreutils
|
coreutils
|
||||||
lsof
|
lsof
|
||||||
|
|
||||||
xscreensaver
|
xscreensaver
|
||||||
firefox-wrapper
|
|
||||||
chromium
|
chromium
|
||||||
|
firefox-wrapper
|
||||||
seafile-client
|
seafile-client
|
||||||
|
|
||||||
qpdfview
|
qpdfview
|
||||||
thunderbird
|
thunderbird
|
||||||
|
keepass
|
||||||
|
|
||||||
pidgin
|
pidgin
|
||||||
hexchat
|
hexchat
|
||||||
keepass
|
|
||||||
skype
|
skype
|
||||||
|
|
||||||
teamviewer
|
teamviewer
|
||||||
|
@ -143,7 +144,7 @@ in
|
||||||
|
|
||||||
#pandoc
|
#pandoc
|
||||||
pythonFull
|
pythonFull
|
||||||
] ++ [
|
|
||||||
gitpkgs.rkt
|
gitpkgs.rkt
|
||||||
gitpkgs.flannel
|
gitpkgs.flannel
|
||||||
gitpkgs.remmina
|
gitpkgs.remmina
|
||||||
|
|
|
@ -167,10 +167,8 @@
|
||||||
# virtualization
|
# virtualization
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
virtualbox = {
|
virtualbox.host.enable = true;
|
||||||
host.enable = true;
|
virtualbox.host.addNetworkInterface = true;
|
||||||
host.addNetworkInterface = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
system.activationScripts.bin = ''
|
system.activationScripts.bin = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue