This commit is contained in:
Sakooooo 2024-08-27 21:22:42 +04:00
parent 441f92eedf
commit 407f94d1be
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 5 additions and 2 deletions

View file

@ -34,6 +34,7 @@ exec-once = mako
# applets
exec-once = nm-applet
exec-once = blueman-applet
exec-once = nextcloud
# Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf

View file

@ -13,7 +13,9 @@ in
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 = {
enable = true;
@ -139,7 +141,7 @@ in
theme.name = "vimix-dark-ruby";
iconTheme.name = "Vimix Ruby Dark";
};
home.file = {
home.file = {
"background.png" = {
enable = true;
source = ../../../config/background.png;