File tree Expand file tree Collapse file tree 1 file changed +3
-41
lines changed Expand file tree Collapse file tree 1 file changed +3
-41
lines changed Original file line number Diff line number Diff line change 18
18
} ;
19
19
20
20
config = mkIf cfg . enable {
21
- programs . regreet = {
22
- enable = cfg . dm == "greetd" ;
23
-
24
- theme = {
25
- name = "Dracula" ;
26
- package = pkgs . dracula-theme ;
27
- } ;
28
-
29
- iconTheme = {
30
- name = "Papirus-Dark" ;
31
- package = pkgs . papirus-icon-theme ;
32
- } ;
33
-
34
- cursorTheme = {
35
- name = "Vimix-cursors" ;
36
- package = pkgs . vimix-cursors ;
37
- } ;
38
-
39
- settings = {
40
- GTK = {
41
- application_prefer_dark_theme = true ;
42
- theme_name = "Dracula" ;
43
- } ;
44
-
45
- background = {
46
- fit = "Cover" ;
47
- path = let
48
- bg = pkgs . fetchurl {
49
- name = "all-i-need-4k.png" ;
50
- url =
51
- "https://slink.super.fish/image/4885fd3a-f8a8-4a81-9d4d-74cf04521b0c.png" ;
52
- hash = "sha256-+4JR/SQ9yKLiiwEpe9arfnuvyVOq0xyLIGioaso6gIU=" ;
53
- } ;
54
- in "${ bg } " ;
55
- } ;
56
- } ;
57
- } ;
58
-
59
21
services = {
60
22
greetd = {
61
- enable = true ;
62
- # for tuigreet, disable regreet to use
63
- settings = mkIf ( ! config . programs . regreet . enable ) {
23
+ enable = cfg . dm == "greetd" ;
24
+
25
+ settings = {
64
26
default_session = {
65
27
command = let
66
28
hyprland =
You can’t perform that action at this time.
0 commit comments