minor
This commit is contained in:
parent
8be4ea0796
commit
70d29ad570
3 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
home.packages = with pkgs; [
|
||||
brillo
|
||||
nextcloud-client
|
||||
ausweisapp
|
||||
|
||||
# stuff
|
||||
jq
|
||||
|
|
Loading…
Reference in a new issue