feat(justyna-p300,steveej-t14): add some packages

This commit is contained in:
steveej 2023-07-22 13:27:44 +02:00
parent c44a92aa1b
commit f693b91c72
3 changed files with 11 additions and 0 deletions

View file

@ -57,6 +57,10 @@ in {
}) { }) {
services.syncthing.enable = true; services.syncthing.enable = true;
services.syncthing.tray = true; services.syncthing.tray = true;
home.packages = with pkgs; [
session-desktop
];
}; };
system.stateVersion = "21.11"; system.stateVersion = "21.11";

View file

@ -4,6 +4,7 @@
config, config,
... ...
}: let }: let
passwords = import ../../../variables/passwords.crypt.nix;
in { in {
networking.firewall.enable = true; networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
@ -20,6 +21,8 @@ in {
sudo.fprintAuth = true; sudo.fprintAuth = true;
}; };
time.timeZone = lib.mkForce passwords.timeZone.justyna;
services = { services = {
xserver = { xserver = {
layout = lib.mkForce "de"; layout = lib.mkForce "de";

View file

@ -12,6 +12,10 @@
home.sessionVariables = { home.sessionVariables = {
}; };
home.packages = with pkgs; [
banana-accounting
];
}; };
# TODO: fix the following errors with regreet # TODO: fix the following errors with regreet