removed nvtop
This commit is contained in:
parent
b7790a75ce
commit
25a4bee30d
3 changed files with 1 additions and 44 deletions
|
@ -9,8 +9,6 @@
|
||||||
./gnome.nix
|
./gnome.nix
|
||||||
./systemd.nix
|
./systemd.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./systemd.nix
|
|
||||||
./fonts.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
@ -121,7 +119,7 @@
|
||||||
# vim # Do not forget to add an editor to edit configuration.ni>
|
# vim # Do not forget to add an editor to edit configuration.ni>
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
nvtopPackages.full
|
# nvtopPackages.full
|
||||||
iotas
|
iotas
|
||||||
fastfetch
|
fastfetch
|
||||||
curl
|
curl
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
{ pkgs, lib, config, ... }:
|
|
||||||
# enable docker
|
|
||||||
# not all systems need this
|
|
||||||
|
|
||||||
{
|
|
||||||
|
|
||||||
options = {
|
|
||||||
dockerModule.enable =
|
|
||||||
lib.mkEnableOption "enables Docker Module";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf config.dockerModule.enable {
|
|
||||||
|
|
||||||
# Enable Docker
|
|
||||||
virtualisation.docker = {
|
|
||||||
enable = true;
|
|
||||||
autoPrune = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,17 +0,0 @@
|
||||||
{ pkgs, lib, ... }:
|
|
||||||
# nix file for all modules
|
|
||||||
|
|
||||||
{
|
|
||||||
|
|
||||||
imports = [
|
|
||||||
./docker.nix
|
|
||||||
#./systemd.nix
|
|
||||||
#./gnome.nix
|
|
||||||
#./fonts.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
# all modules default to true
|
|
||||||
dockerModule.enable = lib.mkDefault false;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue