This commit is contained in:
Leon Vatthauer 2024-06-16 15:10:25 +02:00
parent 8be4ea0796
commit 70d29ad570
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
3 changed files with 11 additions and 0 deletions

View file

@ -10,6 +10,12 @@
./hardware-configuration.nix
];
# keyring for nextcloud etc.
services.gnome.gnome-keyring.enable = true;
security.pam.services.greetd.enableGnomeKeyring = true;
environment.variables.XDG_RUNTIME_DIR = "/run/user/$UID";
programs.seahorse.enable = true;
# optimize power usage
powerManagement.enable = true;
@ -144,6 +150,7 @@
with pkgs;
[
texliveFull
libsecret
# for connecting to nas
nfs-utils

View file

@ -24,6 +24,8 @@
monitor = [
"eDP-1, 2880x1800@120, 0x1080, 2"
"HDMI-A-1, 1920x1080@75, 0x0, 1"
#"eDP-1, 2880x1800@120, 0x1440, 2"
#"HDMI-A-1, 2560x1440@75, 0x0, 1"
];
input = {
kb_layout = "de";
@ -128,6 +130,7 @@
#"hypridle"
#"hyprpaper"
"mako"
"nextcloud --background"
];
};
};

View file

@ -13,6 +13,7 @@
home.packages = with pkgs; [
brillo
nextcloud-client
ausweisapp
# stuff
jq