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": {
|
||||
"locked": {
|
||||
"lastModified": 1751792365,
|
||||
"narHash": "sha256-J1kI6oAj25IG4EdVlg2hQz8NZTBNYvIS0l4wpr9KcUo=",
|
||||
"lastModified": 1752950548,
|
||||
"narHash": "sha256-NS6BLD0lxOrnCiEOcvQCDVPXafX1/ek1dfJHX1nUIzc=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "1fd8bada0b6117e6c7eb54aad5813023eed37ccb",
|
||||
"rev": "c87b95e25065c028d31a94f06a62927d18763fdf",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -94,11 +94,11 @@
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1751741127,
|
||||
"narHash": "sha256-t75Shs76NgxjZSgvvZZ9qOmz5zuBE8buUaYD28BMTxg=",
|
||||
"lastModified": 1753115646,
|
||||
"narHash": "sha256-yLuz5cz5Z+sn8DRAfNkrd2Z1cV6DaYO9JMrEz4KZo/c=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "29e290002bfff26af1db6f64d070698019460302",
|
||||
"rev": "92c2e04a475523e723c67ef872d8037379073681",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -89,6 +89,7 @@
|
||||
golangci-lint
|
||||
go-swag
|
||||
delve
|
||||
trivy
|
||||
|
||||
# clojure
|
||||
jre17_minimal
|
||||
|
@ -201,10 +201,7 @@ in
|
||||
disable_hyprland_logo = true;
|
||||
};
|
||||
render = {
|
||||
# Revert to ex_sync = 1 and remove sync_kms when nvidia is fixed
|
||||
explicit_sync = 2;
|
||||
explicit_sync_kms = 0;
|
||||
direct_scanout = "no";
|
||||
direct_scanout = 0;
|
||||
};
|
||||
##
|
||||
## delete when nvidia damage tracking works (debug & opengl)
|
||||
|
@ -58,6 +58,16 @@ in
|
||||
}];
|
||||
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user