utilisation des flags de configuration des fop,tionalités
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
imports = [
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Ecosystème Docker
|
||||
docker
|
||||
python27Packages.docker_compose
|
||||
];
|
||||
config = mkIf config.r6d.config-generator.docker {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Ecosystème Docker
|
||||
docker
|
||||
python27Packages.docker_compose
|
||||
];
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
imports = [
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Jeux
|
||||
urbanterror
|
||||
];
|
||||
config = mkIf config.r6d.config-generator.jeux {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Jeux
|
||||
urbanterror
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,11 +4,13 @@
|
||||
imports = [
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
linuxPackages.virtualbox
|
||||
linuxPackages.virtualboxGuestAdditions
|
||||
];
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
config = mkIf config.r6d.config-generator.virtualbox {
|
||||
environment.systemPackages = with pkgs; [
|
||||
linuxPackages.virtualbox
|
||||
linuxPackages.virtualboxGuestAdditions
|
||||
];
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3,20 +3,22 @@
|
||||
{
|
||||
# Paquets spécifiques pour un ordinateur portable
|
||||
|
||||
networking = {
|
||||
#wireless.enable = true; # Enables wireless support via wpa_supplicant
|
||||
networkmanager.enable = true; # Activation d'un gestionnaire de réseau
|
||||
};
|
||||
config = mkIf config.r6d.config-generator.laptop {
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
networking = {
|
||||
#wireless.enable = true; # Enables wireless support via wpa_supplicant
|
||||
networkmanager.enable = true; # Activation d'un gestionnaire de réseau
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs;[
|
||||
networkmanagerapplet
|
||||
];
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
services.xserver.synaptics = {
|
||||
enable = true;
|
||||
twoFingerScroll = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs;[
|
||||
networkmanagerapplet
|
||||
];
|
||||
|
||||
services.xserver.synaptics = {
|
||||
enable = true;
|
||||
twoFingerScroll = true;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user