thingie
This commit is contained in:
parent
441f92eedf
commit
407f94d1be
|
@ -34,6 +34,7 @@ exec-once = mako
|
||||||
# applets
|
# applets
|
||||||
exec-once = nm-applet
|
exec-once = nm-applet
|
||||||
exec-once = blueman-applet
|
exec-once = blueman-applet
|
||||||
|
exec-once = nextcloud
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
# Source a file (multi-file configs)
|
||||||
# source = ~/.config/hypr/myColors.conf
|
# source = ~/.config/hypr/myColors.conf
|
||||||
|
|
|
@ -13,7 +13,9 @@ in
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
||||||
modules.desktop.dunst.enable = lib.mkForce false;
|
modules.desktop.dunst.enable = lib.mkForce false;
|
||||||
|
|
||||||
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
|
||||||
services.greetd = {
|
services.greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -139,7 +141,7 @@ in
|
||||||
theme.name = "vimix-dark-ruby";
|
theme.name = "vimix-dark-ruby";
|
||||||
iconTheme.name = "Vimix Ruby Dark";
|
iconTheme.name = "Vimix Ruby Dark";
|
||||||
};
|
};
|
||||||
home.file = {
|
home.file = {
|
||||||
"background.png" = {
|
"background.png" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
source = ../../../config/background.png;
|
source = ../../../config/background.png;
|
||||||
|
|
Loading…
Reference in a new issue