Added nextcloud
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./keyring.nix
|
||||
];
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.hyprland;
|
||||
|
7
modules/system/desktop/keyring.nix
Normal file
7
modules/system/desktop/keyring.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
security.pam.services.greetd.enableGnomeKeyring = true;
|
||||
}
|
Reference in New Issue
Block a user