File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed
nixos/home-manager/profiles/desktop Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 132132 ./hosts/golem/configuration
133133 {
134134 home-manager . users . matt . profiles = {
135+ base . enable = true ;
135136 desktop . enable = true ;
136137 personal . enable = true ;
137138 } ;
168169 ./hosts/karakuri/configuration
169170 {
170171 home-manager . users . matt . profiles = {
172+ base . enable = true ;
171173 desktop . enable = true ;
172174 personal . enable = true ;
173175 } ;
Original file line number Diff line number Diff line change 1414 config = lib . mkIf cfg . enable {
1515 home . packages = with pkgs ; [ xfce . thunar ] ;
1616
17- home . pointerCursor = {
18- package = pkgs . vanilla-dmz ;
19- name = "Vanilla-DMZ" ;
20- size = lib . mkDefault 48 ;
21- x11 . enable = true ;
22- } ;
17+ home . pointerCursor . x11 . enable = true ;
2318
2419 programs . rofi . enable = true ;
2520
2621 services . dunst = {
2722 enable = true ;
28- settings = with config . scheme . withHashtag ; {
29- global = {
30- browser = "${ config . programs . chromium . package } /bin/chromium-browser" ;
31- markup = "full" ;
32- max_icon_size = 100 ;
33- text_icon_padding = 10 ;
34- } ;
23+ settings . global = {
24+ browser = "${ config . programs . chromium . package } /bin/chromium-browser" ;
25+ markup = "full" ;
26+ max_icon_size = 100 ;
27+ text_icon_padding = 10 ;
3528 } ;
3629 } ;
3730
Original file line number Diff line number Diff line change 44 base16Scheme = "${ inputs . base16-schemes } /nord.yaml" ;
55 # polarity = "dark"; # only relevant when stylix.base16Scheme not specified
66
7+ cursor . size = 48 ;
8+
79 image =
810 let
911 carinaNebula = builtins . fetchurl {
You can’t perform that action at this time.
0 commit comments