updates and added unstable for packages in home manager

This commit is contained in:
2025-05-21 18:50:50 -07:00
parent 4168b42081
commit 0e54ecfac4
5 changed files with 52 additions and 23 deletions

View File

@@ -95,8 +95,11 @@
services.tailscale.enable = true;
#Enable Ollama daemon
services.ollama.enable = true;
services.ollama = {
enable = true;
package = pkgs-unstable.ollama;
};
services.fprintd.enable = true;
services.fprintd.tod.enable = true;
services.fprintd.tod.driver = pkgs.libfprint-2-tod1-goodix;
@@ -222,7 +225,6 @@
vim
wirelesstools
wifite2
];
fonts.packages = with pkgs; [

48
flake.lock generated
View File

@@ -46,11 +46,11 @@
]
},
"locked": {
"lastModified": 1746171682,
"narHash": "sha256-EyXUNSa+H+YvGVuQJP1nZskXAowxKYp79RNUsNdQTj4=",
"lastModified": 1747688870,
"narHash": "sha256-ypL9WAZfmJr5V70jEVzqGjjQzF0uCkz+AFQF7n9NmNc=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "50eee705bbdbac942074a8c120e8194185633675",
"rev": "d5f1f641b289553927b3801580598d200a501863",
"type": "github"
},
"original": {
@@ -90,11 +90,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1746427242,
"narHash": "sha256-KvZ6G5sdBdcrglsqcOx8BT6NpHVMVHc8wssMRhv/+1g=",
"lastModified": 1747723695,
"narHash": "sha256-lSXzv33yv1O9r9Ai1MtYFDX3OKhWsZMn/5FFb4Rni/k=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "a4bb30a9000cf0444ecc8fdca8096d072f77f9e8",
"rev": "6ac6ec6fcb410e15a60ef5ec94b8a2b35b5dd282",
"type": "github"
},
"original": {
@@ -106,11 +106,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1746301764,
"narHash": "sha256-5odz+NZszRya//Zd0P8h+sIwOnV35qJi+73f4I+iv1M=",
"lastModified": 1747485343,
"narHash": "sha256-YbsZyuRE1tobO9sv0PUwg81QryYo3L1F3R3rF9bcG38=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "537ee98218704e21ea465251de512ab6bbb9012e",
"rev": "9b5ac7ad45298d58640540d0323ca217f32a6762",
"type": "github"
},
"original": {
@@ -122,11 +122,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1746328495,
"narHash": "sha256-uKCfuDs7ZM3QpCE/jnfubTg459CnKnJG/LwqEVEdEiw=",
"lastModified": 1747542820,
"narHash": "sha256-GaOZntlJ6gPPbbkTLjbd8BMWaDYafhuuYRNrxCGnPJw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "979daf34c8cacebcd917d540070b52a3c2b9b16e",
"rev": "292fa7d4f6519c074f0a50394dbbe69859bb6043",
"type": "github"
},
"original": {
@@ -142,14 +142,15 @@
"nixpkgs": [
"nixpkgs-unstable"
],
"nuschtosSearch": "nuschtosSearch"
"nuschtosSearch": "nuschtosSearch",
"systems": "systems_2"
},
"locked": {
"lastModified": 1746387720,
"narHash": "sha256-x8k0DKiQYRNaf9Hg+di+WCKxb76zJVWSjKOlPiuc22o=",
"lastModified": 1747683610,
"narHash": "sha256-Jis9/4lnr3pn1AIRgCnoeiReKs2MGy6COWc6JtAEESo=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "7d18194a22325f212e17eb876d9c00afcc434113",
"rev": "14c7f5f8968940d1730b5e935dd1d9f3e461a2d3",
"type": "github"
},
"original": {
@@ -204,6 +205,21 @@
"repo": "default",
"type": "github"
}
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
@@ -6,7 +6,6 @@
btop
dig
git-filter-repo
ollama
openconnect
putty
thc-hydra
@@ -14,7 +13,11 @@
traceroute
trivy
wget
];
];
#++ (with pkgs-unstable; [
# vllm
# ]);
programs = {
fastfetch.enable = true;

View File

@@ -23,6 +23,7 @@
direnv.enable = true;
gitblame.enable = true;
gitsigns.enable = true;
# hardtime.enable = true;
intellitab.enable = true;
lastplace.enable = true;
lsp-format.enable = true;
@@ -41,4 +42,9 @@
web-devicons.enable = true;
zig.enable = true;
};
programs.nixvim.performance.byteCompileLua = {
enable = true;
plugins = true;
};
}

View File

@@ -20,7 +20,7 @@
kdePackages.kdeconnect-kde
kdePackages.oxygen-sounds
kdePackages.partitionmanager
ladybird
# ladybird
libreoffice-still
librewolf
localsend
@@ -51,6 +51,8 @@
vscode
wireshark
yubikey-agent
sdrpp
sdrangel
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of