ajout de catégories & commentaires dans les fichiers nix
parent
e40206c116
commit
e60fd00c47
@ -0,0 +1,11 @@
|
|||||||
|
{ config, libs, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Jeux
|
||||||
|
urbanterror
|
||||||
|
];
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
{ config, libs, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Securité
|
||||||
|
gnome3.seahorse
|
||||||
|
pass
|
||||||
|
pwgen
|
||||||
|
slock # cannot disable the out-of-memory killer for this process (make sure to suid or sgid slock) --> en root
|
||||||
|
yubikey-personalization-gui
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue