Newer
Older
environment.systemPackages = with pkgs; [
virtmanager
# Dictionary (command `trans`)
translate-shell
users.users.jens = {
packages = with pkgs; [ direnv ];
};
users.users.adobe = {
isNormalUser = true;
uid = 1202;
passwordFile = "/etc/secrets/passwords/jens";
extraGroups = [
];
packages = [
#pkgs.adobe-reader
];
};