les jeux ne sont installés seulement si nécessaire
This commit is contained in:
11
activation-manuelle/app-jeux.nix
Normal file
11
activation-manuelle/app-jeux.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, libs, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Jeux
|
||||
urbanterror
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user