various updates
This commit is contained in:
parent
ef35ed546e
commit
46151ed25b
5 changed files with 120 additions and 263 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue