Desktop usability adjustments #1
@@ -4,6 +4,7 @@
 | 
				
			|||||||
    imports = [
 | 
					    imports = [
 | 
				
			||||||
        ./configuration.nix
 | 
					        ./configuration.nix
 | 
				
			||||||
        ./hardware-configuration.nix
 | 
					        ./hardware-configuration.nix
 | 
				
			||||||
 | 
					        ../../modules/nixos/fonts.nix
 | 
				
			||||||
        ../../modules/nixos/hyprland.nix
 | 
					        ../../modules/nixos/hyprland.nix
 | 
				
			||||||
        ../../modules/nixos/monitoring.nix
 | 
					        ../../modules/nixos/monitoring.nix
 | 
				
			||||||
        ../../modules/nixos/networking.nix
 | 
					        ../../modules/nixos/networking.nix
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,5 +2,6 @@
 | 
				
			|||||||
  imports = [
 | 
					  imports = [
 | 
				
			||||||
    ./hyprland-customization.nix
 | 
					    ./hyprland-customization.nix
 | 
				
			||||||
    ./hyprpaper.nix
 | 
					    ./hyprpaper.nix
 | 
				
			||||||
 | 
					    ./waybar.nix
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -6,7 +6,6 @@
 | 
				
			|||||||
    pkgs.nautilus
 | 
					    pkgs.nautilus
 | 
				
			||||||
    pkgs.gnome-control-center
 | 
					    pkgs.gnome-control-center
 | 
				
			||||||
    pkgs.brightnessctl
 | 
					    pkgs.brightnessctl
 | 
				
			||||||
    pkgs.swaync
 | 
					 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -61,6 +60,7 @@
 | 
				
			|||||||
        gaps_in = 5;
 | 
					        gaps_in = 5;
 | 
				
			||||||
        gaps_out = 5;
 | 
					        gaps_out = 5;
 | 
				
			||||||
        border_size = 1;
 | 
					        border_size = 1;
 | 
				
			||||||
 | 
					        "col.active_border" = "rgb(98971A) rgb(CC241D) 45deg";
 | 
				
			||||||
        layout = "master";
 | 
					        layout = "master";
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -88,23 +88,32 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      decoration = {
 | 
					      decoration = {
 | 
				
			||||||
        rounding = 5;
 | 
					        rounding = 5;
 | 
				
			||||||
        active_opacity = 0.95;
 | 
					        # active_opacity = 0.95;
 | 
				
			||||||
        inactive_opacity = 0.9;
 | 
					        inactive_opacity = 0.9;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        shadow = {
 | 
					        shadow = {
 | 
				
			||||||
          enabled = true;
 | 
					          enabled = true;
 | 
				
			||||||
          range = 6;
 | 
					          range = 6;
 | 
				
			||||||
          render_power = 6;
 | 
					          render_power = 6;
 | 
				
			||||||
          color = "#000000";
 | 
					          # color = "#000000";
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        blur = {
 | 
					        # set this on a per-program basis
 | 
				
			||||||
          enabled = true;
 | 
					        # blur = {
 | 
				
			||||||
          size = 4;
 | 
					        #   enabled = true;
 | 
				
			||||||
          passes = 2;
 | 
					        #   size = 4;
 | 
				
			||||||
          new_optimizations = on;
 | 
					        #   passes = 2;
 | 
				
			||||||
          ignore_opacity = true;
 | 
					        #   new_optimizations = true;
 | 
				
			||||||
        };
 | 
					        #   ignore_opacity = true;
 | 
				
			||||||
 | 
					        # };
 | 
				
			||||||
 | 
					        layerrule = [
 | 
				
			||||||
 | 
					          "blur, wofi"
 | 
				
			||||||
 | 
					          "ignorezero, wofi"
 | 
				
			||||||
 | 
					          "ignorealpha 0.5, wofi"
 | 
				
			||||||
 | 
					          "blur, kitty"
 | 
				
			||||||
 | 
					          "ignorezero, kitty"
 | 
				
			||||||
 | 
					          "ignorealpha 0.5, kitty"
 | 
				
			||||||
 | 
					        ];
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      monitor = [
 | 
					      monitor = [
 | 
				
			||||||
@@ -121,39 +130,6 @@
 | 
				
			|||||||
    ];
 | 
					    ];
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # imports = [ inputs.hyprpanel.homeManagerModules.hyprpanel ];
 | 
					 | 
				
			||||||
  # # the overlay makes this available as a home manager module
 | 
					 | 
				
			||||||
  # programs.hyprpanel = {
 | 
					 | 
				
			||||||
  #   enable = true;
 | 
					 | 
				
			||||||
  #   # autostart after hyprland
 | 
					 | 
				
			||||||
  #   hyprland.enable = true;
 | 
					 | 
				
			||||||
  #   overwrite.enable = true;
 | 
					 | 
				
			||||||
  #   overlay.enable = true;
 | 
					 | 
				
			||||||
    
 | 
					 | 
				
			||||||
  #   theme = "monochrome";
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  #   settings = {
 | 
					 | 
				
			||||||
  #     bar = {
 | 
					 | 
				
			||||||
  #       clock.format = "%H:%M";
 | 
					 | 
				
			||||||
  #       clock.showIcon = false;
 | 
					 | 
				
			||||||
  #       launcher.icon = "🚀";
 | 
					 | 
				
			||||||
  #       launcher.autoDetectIcon = true;
 | 
					 | 
				
			||||||
  #       workspaces.show_icons = true;
 | 
					 | 
				
			||||||
  #     };
 | 
					 | 
				
			||||||
  #   };
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  #   layout = {
 | 
					 | 
				
			||||||
  #     "bar.layouts" = {
 | 
					 | 
				
			||||||
  #       "*" = {
 | 
					 | 
				
			||||||
  #         left = ["workspaces"];
 | 
					 | 
				
			||||||
  #         middle = ["clock"];
 | 
					 | 
				
			||||||
  #         right = ["volume" "systray" "nm-applet" "notifications" ];
 | 
					 | 
				
			||||||
  #       };
 | 
					 | 
				
			||||||
  #     };
 | 
					 | 
				
			||||||
  #   };
 | 
					 | 
				
			||||||
  # };
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  programs.walker = {
 | 
					  programs.walker = {
 | 
				
			||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
    runAsService = true;
 | 
					    runAsService = true;
 | 
				
			||||||
@@ -187,4 +163,36 @@
 | 
				
			|||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  services.swaync.enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  gtk = {
 | 
				
			||||||
 | 
					    enable = true;
 | 
				
			||||||
 | 
					    cursorTheme = {
 | 
				
			||||||
 | 
					      package = pkgs.capitaine-cursors;
 | 
				
			||||||
 | 
					      name = "capitaine-cursors-white";
 | 
				
			||||||
 | 
					      size = 32;
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					    iconTheme = {
 | 
				
			||||||
 | 
					      name = "Papirus-Dark";
 | 
				
			||||||
 | 
					      package = pkgs.papirus-icon-theme;
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					    theme = {
 | 
				
			||||||
 | 
					      name = "Materia-dark";
 | 
				
			||||||
 | 
					      package = pkgs.materia-theme;
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					    font = {
 | 
				
			||||||
 | 
					      name = "Inter";
 | 
				
			||||||
 | 
					      size = 11;
 | 
				
			||||||
 | 
					      package = pkgs.inter;
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  home.pointerCursor = {
 | 
				
			||||||
 | 
					    gtk.enable = true;
 | 
				
			||||||
 | 
					    package = pkgs.capitaine-cursors;
 | 
				
			||||||
 | 
					    name = "capitaine-cursors-white";
 | 
				
			||||||
 | 
					    size = 32;
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,11 @@
 | 
				
			|||||||
  services.hyprpaper = {
 | 
					  services.hyprpaper = {
 | 
				
			||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
    settings = {
 | 
					    settings = {
 | 
				
			||||||
        preload = builtins.attrValues (builtins.readDir ./wallpapers)
 | 
					      # TODO: implement this correctly
 | 
				
			||||||
 | 
					      # preload = builtins.attrValues (builtins.readFile ../../../wallpapers/luke-chesser-eICUFSeirc0-unsplash.jpg);
 | 
				
			||||||
 | 
					      # wallpaper = [
 | 
				
			||||||
 | 
					      #   ", ${builtins.attrValues (builtins.readFile ../../../wallpapers/luke-chesser-eICUFSeirc0-unsplash.jpg)}"
 | 
				
			||||||
 | 
					      # ];
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -1,103 +1,140 @@
 | 
				
			|||||||
{inputs, pkgs, ...}: 
 | 
					{inputs, pkgs, ...}: 
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
					    # required to autoload fonts from packages installed via Home Manager
 | 
				
			||||||
 | 
					    fonts.fontconfig.enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # waybar requires font-awesome
 | 
					    # waybar requires font-awesome
 | 
				
			||||||
    home.packages = [
 | 
					    home.packages = [
 | 
				
			||||||
        pkgs.font-awesome
 | 
					        pkgs.font-awesome
 | 
				
			||||||
 | 
					        pkgs.fira-code
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # enable waybar
 | 
					    # enable waybar
 | 
				
			||||||
    programs.waybar.enable = true;
 | 
					    programs.waybar.enable = true;
 | 
				
			||||||
    programs.waybar.settings = {
 | 
					    programs.waybar = {
 | 
				
			||||||
 | 
					        settings = {
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
            mainBar = {
 | 
					            mainBar = {
 | 
				
			||||||
 | 
					                margin-top = 5;
 | 
				
			||||||
 | 
					                margin-bottom = 5;
 | 
				
			||||||
 | 
					                margin-left = 5;
 | 
				
			||||||
 | 
					                margin-right = 5;
 | 
				
			||||||
 | 
					                height = 42;
 | 
				
			||||||
                layer = "top";
 | 
					                layer = "top";
 | 
				
			||||||
                position = "top";
 | 
					                position = "top";
 | 
				
			||||||
            height = 30;
 | 
					                # height = 30;
 | 
				
			||||||
                # output = [
 | 
					                # output = [
 | 
				
			||||||
                #     "eDP-1"
 | 
					                #     "eDP-1"
 | 
				
			||||||
                #     "HDMI-A-1"
 | 
					                #     "HDMI-A-1"
 | 
				
			||||||
                # ];
 | 
					                # ];
 | 
				
			||||||
                modules-left = [
 | 
					                modules-left = [
 | 
				
			||||||
                    "hyprland/workspaces"
 | 
					                    "hyprland/workspaces"
 | 
				
			||||||
                # "hyprland/mode"
 | 
					                    "hyprland/window"
 | 
				
			||||||
                # "wlr/taskbar"
 | 
					
 | 
				
			||||||
                ];
 | 
					                ];
 | 
				
			||||||
                modules-center = [
 | 
					                modules-center = [
 | 
				
			||||||
                "hyprland/window"
 | 
					 | 
				
			||||||
                    "clock"
 | 
					                    "clock"
 | 
				
			||||||
                # "custom/hello-from-waybar"
 | 
					 | 
				
			||||||
                ];
 | 
					                ];
 | 
				
			||||||
                modules-right = [
 | 
					                modules-right = [
 | 
				
			||||||
                "mpd"
 | 
					 | 
				
			||||||
                    "tray"
 | 
					                    "tray"
 | 
				
			||||||
                "custom/notification"
 | 
					 | 
				
			||||||
                    # "temperature"
 | 
					                    # "temperature"
 | 
				
			||||||
                    "group/expand"
 | 
					                    "group/expand"
 | 
				
			||||||
                    "bluetooth"
 | 
					                    "bluetooth"
 | 
				
			||||||
                "network"
 | 
					                    # "network"
 | 
				
			||||||
 | 
					                    "mpd"
 | 
				
			||||||
                    "battery"
 | 
					                    "battery"
 | 
				
			||||||
 | 
					                    "backlight"
 | 
				
			||||||
 | 
					                    "custom/notification"
 | 
				
			||||||
                ];
 | 
					                ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                # module specific settings
 | 
					                # module specific settings
 | 
				
			||||||
                "hyprland/workspaces" = {
 | 
					                "hyprland/workspaces" = {
 | 
				
			||||||
                "format" = "{icon}";
 | 
					                    format = "{icon}";
 | 
				
			||||||
                "format-icons" = {
 | 
					                    format-icons = {
 | 
				
			||||||
                    "active" = "";
 | 
					                        active = "";
 | 
				
			||||||
                    "default" = "";
 | 
					                        default = "";
 | 
				
			||||||
                    "empty" = ""
 | 
					                        empty = "";
 | 
				
			||||||
                    };
 | 
					                    };
 | 
				
			||||||
                };
 | 
					                };
 | 
				
			||||||
                "custom/notification" = {
 | 
					                "custom/notification" = {
 | 
				
			||||||
                "tooltip" = false;
 | 
					                    tooltip = false;
 | 
				
			||||||
                "format" = "";
 | 
					                    format = "";
 | 
				
			||||||
                "on-click" = "swaync-client -t -sw";
 | 
					                    on-click = "swaync-client -t -sw";
 | 
				
			||||||
                "escape" = true;
 | 
					                    escape = true;
 | 
				
			||||||
                };
 | 
					                };
 | 
				
			||||||
            "clock": {
 | 
					                "clock" = {
 | 
				
			||||||
                "format" = "{:%I:%M}";
 | 
					                    format = "{:%H:%M}";
 | 
				
			||||||
                "interval" = 1;   
 | 
					                    interval = 1;   
 | 
				
			||||||
                "tooltip-format" = "<tt>{calendar}</tt>";
 | 
					                    tooltip-format = "<tt>{calendar}</tt>";
 | 
				
			||||||
                "calendar" = {
 | 
					                    calendar = {
 | 
				
			||||||
                        "format" = {
 | 
					                        "format" = {
 | 
				
			||||||
                        "today" = "<span color='#fAfBfC'><b>{}</b></span>"
 | 
					                            "today" = "<span color='#fAfBfC'><b>{}</b></span>";
 | 
				
			||||||
                        };
 | 
					                        };
 | 
				
			||||||
                    };
 | 
					                    };
 | 
				
			||||||
                };
 | 
					                };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            "network" = {
 | 
					                # "network" = {
 | 
				
			||||||
                "format-wifi" = "";
 | 
					                #     "format-wifi" = "";
 | 
				
			||||||
                "format-ethernet" ="";
 | 
					                #     "format-ethernet" ="";
 | 
				
			||||||
                "format-disconnected" = "";
 | 
					                #     "format-disconnected" = "";
 | 
				
			||||||
                "tooltip-format-disconnected" = "Error";
 | 
					                #     "tooltip-format-disconnected" = "Error";
 | 
				
			||||||
                "tooltip-format-wifi" = "{essid} ({signalStrength}%) ";
 | 
					                #     "tooltip-format-wifi" = "{essid} ({signalStrength}%) ";
 | 
				
			||||||
                "tooltip-format-ethernet" = "{ifname} 🖧 ";
 | 
					                #     "tooltip-format-ethernet" = "{ifname} 🖧 ";
 | 
				
			||||||
                "on-click" = "kitty nmtui"
 | 
					                #     "on-click" = "kitty nmtui";
 | 
				
			||||||
            };
 | 
					                # };
 | 
				
			||||||
                "bluetooth" = {
 | 
					                "bluetooth" = {
 | 
				
			||||||
                "format-on" = "";
 | 
					                    format-on = "";
 | 
				
			||||||
                "format-off" = "BT-off";
 | 
					                    format-off = "BT-off";
 | 
				
			||||||
                "format-disabled" = "";
 | 
					                    format-disabled = "";
 | 
				
			||||||
                "format-connected-battery" = "{device_battery_percentage}% ";
 | 
					                    format-connected-battery = "{device_battery_percentage}% ";
 | 
				
			||||||
                "format-alt" = "{device_alias} ";
 | 
					                    format-alt = "{device_alias} ";
 | 
				
			||||||
                "tooltip-format" = "{controller_alias}\t{controller_address}\n\n{num_connections} connected";
 | 
					                    tooltip-format = "{controller_alias}\t{controller_address}\n\n{num_connections} connected";
 | 
				
			||||||
                "tooltip-format-connected" = "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}";
 | 
					                    tooltip-format-connected = "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}";
 | 
				
			||||||
                "tooltip-format-enumerate-connected" = "{device_alias}\n{device_address}";
 | 
					                    tooltip-format-enumerate-connected = "{device_alias}\n{device_address}";
 | 
				
			||||||
                "tooltip-format-enumerate-connected-battery" = "{device_alias}\n{device_address}\n{device_battery_percentage}%";
 | 
					                    tooltip-format-enumerate-connected-battery = "{device_alias}\n{device_address}\n{device_battery_percentage}%";
 | 
				
			||||||
                "on-click-right" = "blueman-manager";
 | 
					                    on-click-right = "blueman-manager";
 | 
				
			||||||
                }; 
 | 
					                }; 
 | 
				
			||||||
                "battery" = {
 | 
					                "battery" = {
 | 
				
			||||||
                "interval" = 60;
 | 
					                    interval = 60;
 | 
				
			||||||
                "states" = {
 | 
					                    states = {
 | 
				
			||||||
                    "good" = 80;
 | 
					                        good = 80;
 | 
				
			||||||
                    "warning" = 30;
 | 
					                        warning = 30;
 | 
				
			||||||
                    "critical" = 10
 | 
					                        critical = 10;
 | 
				
			||||||
 | 
					                    };
 | 
				
			||||||
 | 
					                    format = "{capacity}% {icon}";
 | 
				
			||||||
 | 
					                    format-charging = "{capacity}% ";
 | 
				
			||||||
 | 
					                    format-plugged = "{capacity}%  ";
 | 
				
			||||||
 | 
					                    format-alt = "{time} {icon}";
 | 
				
			||||||
 | 
					                    format-icons = [ "" "" "" "" "" "" ];
 | 
				
			||||||
                };
 | 
					                };
 | 
				
			||||||
                "format" = "{capacity}% {icon}";
 | 
					 | 
				
			||||||
                "format-charging" = "{capacity}% ";
 | 
					 | 
				
			||||||
                "format-plugged" = "{capacity}%  ";
 | 
					 | 
				
			||||||
                "format-alt" = "{time} {icon}";
 | 
					 | 
				
			||||||
                "format-icons" = [ "" "" "" "" "" "" ];
 | 
					 | 
				
			||||||
            };
 | 
					            };
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
    }
 | 
					
 | 
				
			||||||
};
 | 
					        style = ''
 | 
				
			||||||
 | 
					            * {
 | 
				
			||||||
 | 
					                border: none;
 | 
				
			||||||
 | 
					                border-radius: 5px;
 | 
				
			||||||
 | 
					                padding: 0px 5px 0px 5px;
 | 
				
			||||||
 | 
					                margin: 0px 5px 0px 5px;
 | 
				
			||||||
 | 
					                font-size: 18px;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            window#waybar {
 | 
				
			||||||
 | 
					                background-color: transparent;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            #workspaces button {
 | 
				
			||||||
 | 
					                padding-left: 1px;
 | 
				
			||||||
 | 
					                padding-right: 1px;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            #workspaces {
 | 
				
			||||||
 | 
					                padding-left: 1px;
 | 
				
			||||||
 | 
					                padding-right: 1px;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        '';
 | 
				
			||||||
 | 
					        # font-family: ${font};
 | 
				
			||||||
 | 
					        # font-weight: ${font_weight};
 | 
				
			||||||
 | 
					        # opacity: ${opacity};
 | 
				
			||||||
 | 
					        # font-size: ${font_size};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
@@ -9,8 +9,9 @@
 | 
				
			|||||||
            cursor_trail = 3;
 | 
					            cursor_trail = 3;
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        keybindings = {
 | 
					        keybindings = {
 | 
				
			||||||
            "ctrl+c" = "copy_to_clipboard";
 | 
					            # TODO - they should not overwrite default behaviour
 | 
				
			||||||
            "ctrl+v" = "paste_from_clipboard";
 | 
					            # "ctrl+c" = "copy_to_clipboard";
 | 
				
			||||||
 | 
					            # "ctrl+v" = "paste_from_clipboard";
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										11
									
								
								modules/nixos/fonts.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								modules/nixos/fonts.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					  config,
 | 
				
			||||||
 | 
					  lib,
 | 
				
			||||||
 | 
					  pkgs,
 | 
				
			||||||
 | 
					  ...
 | 
				
			||||||
 | 
					}:
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  # from here on fonts are managed on a user level
 | 
				
			||||||
 | 
					  fonts.fontDir.enable = true;
 | 
				
			||||||
 | 
					  fonts.fontconfig.enable = true;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user