DOdanie ollamy, rozszerzenie quick-search, aktualizacja stylix
This commit is contained in:
13
flake.lock
generated
13
flake.lock
generated
@@ -73,16 +73,17 @@
|
|||||||
"base16-vim": {
|
"base16-vim": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735953590,
|
"lastModified": 1732806396,
|
||||||
"narHash": "sha256-YbQwaApLFJobn/0lbpMKcJ8N5axKlW2QIGkDS5+xoSU=",
|
"narHash": "sha256-e0bpPySdJf0F68Ndanwm+KWHgQiZ0s7liLhvJSWDNsA=",
|
||||||
"owner": "tinted-theming",
|
"owner": "tinted-theming",
|
||||||
"repo": "base16-vim",
|
"repo": "base16-vim",
|
||||||
"rev": "c2a1232aa2c0ed27dcbf005779bcfe0e0ab5e85d",
|
"rev": "577fe8125d74ff456cf942c733a85d769afe58b7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "tinted-theming",
|
"owner": "tinted-theming",
|
||||||
"repo": "base16-vim",
|
"repo": "base16-vim",
|
||||||
|
"rev": "577fe8125d74ff456cf942c733a85d769afe58b7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -289,11 +290,11 @@
|
|||||||
"tinted-zed": "tinted-zed"
|
"tinted-zed": "tinted-zed"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1737930520,
|
"lastModified": 1738025638,
|
||||||
"narHash": "sha256-CAgB9/o54SXzqWwypA+hL2ETxiHW92Y+Ou4fT581jdk=",
|
"narHash": "sha256-nU3JpvIeEmcDHzQK4OTD1KXSoL/GOff6j9kuSO4X8eM=",
|
||||||
"owner": "danth",
|
"owner": "danth",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
"rev": "6103431cd2f9d4352e5493a4063cf57e307d355c",
|
"rev": "55418e8fc8d4696af619176a22cefcfac56ad2ef",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -349,6 +349,9 @@ in {
|
|||||||
pipes
|
pipes
|
||||||
cava
|
cava
|
||||||
wineWowPackages.waylandFull # wine64
|
wineWowPackages.waylandFull # wine64
|
||||||
|
lazydocker
|
||||||
|
lazygit
|
||||||
|
# vscode-extensions.continue.continue
|
||||||
# auto-cpufreq
|
# auto-cpufreq
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -460,7 +463,25 @@ in {
|
|||||||
};
|
};
|
||||||
rpcbind.enable = false;
|
rpcbind.enable = false;
|
||||||
nfs.server.enable = false;
|
nfs.server.enable = false;
|
||||||
|
ollama = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.ollama;
|
||||||
|
# acceleration = "rocm";
|
||||||
|
# environmentVariables = {
|
||||||
|
# HCC_AMDGPU_TARGET = "gfx1036";
|
||||||
|
# };
|
||||||
|
# rocmOverrideGfx = "10.3.6";
|
||||||
|
loadModels = [
|
||||||
|
# "deepseek-r1:1.5b"
|
||||||
|
# "deepseek-r1:7b"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
open-webui = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.open-webui;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.flatpak-repo = {
|
systemd.services.flatpak-repo = {
|
||||||
path = [pkgs.flatpak];
|
path = [pkgs.flatpak];
|
||||||
script = ''
|
script = ''
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ pkgs.writeShellScriptBin "web-search" ''
|
|||||||
["❄️ Unstable Packages"]="https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query="
|
["❄️ Unstable Packages"]="https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query="
|
||||||
["🎞️ YouTube"]="https://www.youtube.com/results?search_query="
|
["🎞️ YouTube"]="https://www.youtube.com/results?search_query="
|
||||||
["❄️ NixOS Wiki"]="https://nixos.wiki/index.php?search="
|
["❄️ NixOS Wiki"]="https://nixos.wiki/index.php?search="
|
||||||
|
["🔎 Wikipedia"]="https://pl.wikipedia.org/w/index.php?ns0=1&search="
|
||||||
|
["👨💻 StackOverflow"]="https://stackoverflow.com/search?q="
|
||||||
)
|
)
|
||||||
|
|
||||||
# List for rofi
|
# List for rofi
|
||||||
|
|||||||
Reference in New Issue
Block a user