diff --git a/absol/configuration.nix b/absol/configuration.nix index 5e21abd..d126916 100755 --- a/absol/configuration.nix +++ b/absol/configuration.nix @@ -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 diff --git a/absol/hypr/hyprland.nix b/absol/hypr/hyprland.nix index 42518d7..d3ed17b 100644 --- a/absol/hypr/hyprland.nix +++ b/absol/hypr/hyprland.nix @@ -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" ]; }; }; diff --git a/absol/leonv.nix b/absol/leonv.nix index 41b013c..937831d 100755 --- a/absol/leonv.nix +++ b/absol/leonv.nix @@ -13,6 +13,7 @@ home.packages = with pkgs; [ brillo nextcloud-client + ausweisapp # stuff jq