various updates

This commit is contained in:
Vivian 2024-04-03 10:45:17 +02:00
parent ef35ed546e
commit 46151ed25b
5 changed files with 120 additions and 263 deletions

View file

@ -44,9 +44,10 @@
home-manager.users.vivian = import ./home;
programs.hyprland.enable = true;
services.gnome.gnome-keyring.enable = true;
services.gnome-autounlock-keyring = {
enable = true;
# target = "hyprland-session.target";
target = "hyprland-session.target";
};
services.interception-tools = {
@ -60,9 +61,6 @@
'';
};
# services.desktopManager.cosmic.enable = true;
# services.displayManager.cosmic-greeter.enable = true;
# Enable Ozone rendering for Chromium and Electron apps.
environment.sessionVariables.NIXOS_OZONE_WL = "1";