Compare commits
	
		
			2 commits
		
	
	
		
			50d9263835
			...
			39baef4f04
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 39baef4f04 | |||
| 5880a0f88a | 
					 3 changed files with 4 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -20,6 +20,7 @@
 | 
			
		|||
      dejavu_fonts
 | 
			
		||||
      noto-fonts
 | 
			
		||||
      noto-fonts-cjk-sans
 | 
			
		||||
      nerd-fonts.jetbrains-mono
 | 
			
		||||
    ]) ++ (with pkgs; [
 | 
			
		||||
      material-symbols
 | 
			
		||||
      font-awesome
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
  hyprlandPackage = config.home-manager.users.${config.main-user}.wayland.windowManager.hyprland.package;
 | 
			
		||||
  hyprlandConfig = pkgs.writeText "greetd-hyprland-config" ''
 | 
			
		||||
    # for some reason pkill is way faster than dispatching exit, to the point greetd thinks the greeter died.
 | 
			
		||||
    exec-once = quickshell -c greeter >& qslog.txt && pkill Hyprland
 | 
			
		||||
    exec-once = quickshell -p ~/.config/quickshell/shell/greeter.qml >& qslog.txt && pkill Hyprland
 | 
			
		||||
 | 
			
		||||
    input {
 | 
			
		||||
      kb_layout = us
 | 
			
		||||
| 
						 | 
				
			
			@ -49,7 +49,7 @@ in {
 | 
			
		|||
    home.stateVersion = config.system.stateVersion;
 | 
			
		||||
    imports = [
 | 
			
		||||
      ../../../theme/home.nix # also fixes cursor
 | 
			
		||||
      ../quickshell # set up quickshell manifest and such
 | 
			
		||||
      ../quickshell # set up quickshell conf and such
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -20,8 +20,5 @@ in {
 | 
			
		|||
    grim imagemagick # screenshot
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  xdg.configFile."quickshell/manifest.conf".text = lib.generators.toKeyValue {} {
 | 
			
		||||
    shell = "${maybeLink ./.}/shell";
 | 
			
		||||
    greeter = "${maybeLink ./.}/shell/greeter.qml";
 | 
			
		||||
  };
 | 
			
		||||
  xdg.configFile."quickshell/shell".source = "${maybeLink ./.}/shell";
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue