Update hyrland config, added sqlite to firefox search, trivy and flake.lock
This commit is contained in:
		
							parent
							
								
									662cfa3fbe
								
							
						
					
					
						commit
						6239c11f5e
					
				
							
								
								
									
										12
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										12
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							@ -78,11 +78,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "nixpkgs-unstable": {
 | 
					    "nixpkgs-unstable": {
 | 
				
			||||||
      "locked": {
 | 
					      "locked": {
 | 
				
			||||||
        "lastModified": 1751792365,
 | 
					        "lastModified": 1752950548,
 | 
				
			||||||
        "narHash": "sha256-J1kI6oAj25IG4EdVlg2hQz8NZTBNYvIS0l4wpr9KcUo=",
 | 
					        "narHash": "sha256-NS6BLD0lxOrnCiEOcvQCDVPXafX1/ek1dfJHX1nUIzc=",
 | 
				
			||||||
        "owner": "nixos",
 | 
					        "owner": "nixos",
 | 
				
			||||||
        "repo": "nixpkgs",
 | 
					        "repo": "nixpkgs",
 | 
				
			||||||
        "rev": "1fd8bada0b6117e6c7eb54aad5813023eed37ccb",
 | 
					        "rev": "c87b95e25065c028d31a94f06a62927d18763fdf",
 | 
				
			||||||
        "type": "github"
 | 
					        "type": "github"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "original": {
 | 
					      "original": {
 | 
				
			||||||
@ -94,11 +94,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "nixpkgs_2": {
 | 
					    "nixpkgs_2": {
 | 
				
			||||||
      "locked": {
 | 
					      "locked": {
 | 
				
			||||||
        "lastModified": 1751741127,
 | 
					        "lastModified": 1753115646,
 | 
				
			||||||
        "narHash": "sha256-t75Shs76NgxjZSgvvZZ9qOmz5zuBE8buUaYD28BMTxg=",
 | 
					        "narHash": "sha256-yLuz5cz5Z+sn8DRAfNkrd2Z1cV6DaYO9JMrEz4KZo/c=",
 | 
				
			||||||
        "owner": "nixos",
 | 
					        "owner": "nixos",
 | 
				
			||||||
        "repo": "nixpkgs",
 | 
					        "repo": "nixpkgs",
 | 
				
			||||||
        "rev": "29e290002bfff26af1db6f64d070698019460302",
 | 
					        "rev": "92c2e04a475523e723c67ef872d8037379073681",
 | 
				
			||||||
        "type": "github"
 | 
					        "type": "github"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "original": {
 | 
					      "original": {
 | 
				
			||||||
 | 
				
			|||||||
@ -89,6 +89,7 @@
 | 
				
			|||||||
      golangci-lint
 | 
					      golangci-lint
 | 
				
			||||||
      go-swag
 | 
					      go-swag
 | 
				
			||||||
      delve
 | 
					      delve
 | 
				
			||||||
 | 
					      trivy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # clojure
 | 
					      # clojure
 | 
				
			||||||
      jre17_minimal
 | 
					      jre17_minimal
 | 
				
			||||||
 | 
				
			|||||||
@ -201,10 +201,7 @@ in
 | 
				
			|||||||
        disable_hyprland_logo = true;
 | 
					        disable_hyprland_logo = true;
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      render = {
 | 
					      render = {
 | 
				
			||||||
        # Revert to ex_sync = 1 and remove sync_kms when nvidia is fixed
 | 
					        direct_scanout = 0;
 | 
				
			||||||
        explicit_sync = 2;
 | 
					 | 
				
			||||||
        explicit_sync_kms = 0;
 | 
					 | 
				
			||||||
        direct_scanout = "no";
 | 
					 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      ##
 | 
					      ##
 | 
				
			||||||
      ## delete when nvidia damage tracking works (debug & opengl)
 | 
					      ## delete when nvidia damage tracking works (debug & opengl)
 | 
				
			||||||
 | 
				
			|||||||
@ -58,6 +58,16 @@ in
 | 
				
			|||||||
                                }];
 | 
					                                }];
 | 
				
			||||||
                                definedAliases = [ "@mysql" ];
 | 
					                                definedAliases = [ "@mysql" ];
 | 
				
			||||||
                            };
 | 
					                            };
 | 
				
			||||||
 | 
					                            "SQLite Docs" = {
 | 
				
			||||||
 | 
					                                urls = [{
 | 
				
			||||||
 | 
					                                    template = "https://www.sqlite.org/search?s=d&q=strict";
 | 
				
			||||||
 | 
					                                    params = [
 | 
				
			||||||
 | 
					                                        { name = "s"; value = "d"; }
 | 
				
			||||||
 | 
					                                        { name = "q"; value = "{searchTerms}"; }
 | 
				
			||||||
 | 
					                                    ];
 | 
				
			||||||
 | 
					                                }];
 | 
				
			||||||
 | 
					                                definedAliases = [ "@sqlite" ];
 | 
				
			||||||
 | 
					                            };
 | 
				
			||||||
                        };
 | 
					                        };
 | 
				
			||||||
                    };
 | 
					                    };
 | 
				
			||||||
                    settings = {
 | 
					                    settings = {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user