Upgrade nixpkgs and NixOS stable to 23.11
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				CI / Check, build and cache Nix flake (push) Successful in 26m58s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	CI / Check, build and cache Nix flake (push) Successful in 26m58s
				
			This commit is contained in:
		@@ -61,6 +61,7 @@ in
 | 
			
		||||
            settings = {
 | 
			
		||||
              background_opacity = "0.8";
 | 
			
		||||
              tab_bar_edge = "top";
 | 
			
		||||
              shell_integration = "no-sudo";
 | 
			
		||||
            };
 | 
			
		||||
          };
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -70,13 +70,17 @@ in
 | 
			
		||||
        "swaync/config.json" = mkIf (cfg.settings != { }) {
 | 
			
		||||
          source = configSource;
 | 
			
		||||
          onChange = ''
 | 
			
		||||
            ${cfg.package}/bin/swaync-client --reload-config
 | 
			
		||||
            if ${pkgs.systemd}/bin/systemctl --user is-active --quiet swaync; then
 | 
			
		||||
              ${cfg.package}/bin/swaync-client --reload-config
 | 
			
		||||
            fi
 | 
			
		||||
          '';
 | 
			
		||||
        };
 | 
			
		||||
        "swaync/style.css" = mkIf (cfg.style != null) {
 | 
			
		||||
          source = styleSource;
 | 
			
		||||
          onChange = ''
 | 
			
		||||
            ${cfg.package}/bin/swaync-client --reload-css
 | 
			
		||||
            if ${pkgs.systemd}/bin/systemctl --user is-active --quiet swaync; then
 | 
			
		||||
              ${cfg.package}/bin/swaync-client --reload-css
 | 
			
		||||
            fi
 | 
			
		||||
          '';
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user