Changed Desktop
This commit is contained in:
		@@ -1,6 +1,4 @@
 | 
			
		||||
{
 | 
			
		||||
  pkgs,
 | 
			
		||||
  username,
 | 
			
		||||
  lib,
 | 
			
		||||
  ...
 | 
			
		||||
}:
 | 
			
		||||
@@ -17,16 +15,30 @@
 | 
			
		||||
        };
 | 
			
		||||
  */
 | 
			
		||||
 | 
			
		||||
  services.displayManager = {
 | 
			
		||||
    sessionPackages = [ pkgs.hyprland ];
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  environment.etc = {
 | 
			
		||||
    "greetd/background.png".source = ../../wallpapers/lucy_with_cat.png;
 | 
			
		||||
    "greetd/environments".text = ''
 | 
			
		||||
      hyprland
 | 
			
		||||
      fish
 | 
			
		||||
    '';
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
      "greetd/wayland-sessions/hyprland.desktop".text = ''
 | 
			
		||||
        		[Desktop Entry]
 | 
			
		||||
        		Name=Hyprland
 | 
			
		||||
        		Comment=Hyprland WM
 | 
			
		||||
        		Exec=Hyprland
 | 
			
		||||
        		Type=Application
 | 
			
		||||
        	'';
 | 
			
		||||
 | 
			
		||||
      "greetd/wayland-sessions/niri.desktop".text = ''
 | 
			
		||||
        		[Desktop Entry]
 | 
			
		||||
        		Name=Niri
 | 
			
		||||
        		Comment=Hyprland WM
 | 
			
		||||
        		Exec=niri
 | 
			
		||||
        		Type=Application
 | 
			
		||||
        	'';
 | 
			
		||||
    */
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  programs.regreet = {
 | 
			
		||||
@@ -47,7 +59,7 @@
 | 
			
		||||
      GTK = {
 | 
			
		||||
        application_prefer_dark_theme = true;
 | 
			
		||||
        cursor_theme_name = "Adwaita";
 | 
			
		||||
        font_name = lib.mkForce "FiraCodeNerdFontPropo 12";
 | 
			
		||||
        font_name = lib.mkForce "FiraCodeNerdFontProto 12";
 | 
			
		||||
        icon_theme_name = lib.mkForce "materialdesignicons";
 | 
			
		||||
        theme_name = "Adwaita";
 | 
			
		||||
      };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user