feat: add some programs and update unstable

This commit is contained in:
2025-09-01 16:02:45 -04:00
parent 6691dc2b53
commit b92b3e41f2
3 changed files with 12 additions and 8 deletions

6
flake.lock generated
View File

@@ -347,11 +347,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1755186698, "lastModified": 1755615617,
"narHash": "sha256-wNO3+Ks2jZJ4nTHMuks+cxAiVBGNuEBXsT29Bz6HASo=", "narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fbcf476f790d8a217c3eab4e12033dc4a0f6d23c", "rev": "20075955deac2583bb12f07151c2df830ef346b4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -59,22 +59,21 @@ in
EDITOR = "nvim"; EDITOR = "nvim";
}; };
programs.wireshark.enable = true; # programs.adb.enable = true;
programs.adb.enable = true;
programs.kdeconnect.enable = true; programs.kdeconnect.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim vim
git git
wget wget
file
just
# mpc # mpc
gurk-rs gurk-rs
libreoffice-qt libreoffice-qt
# ncmpcpp # ncmpcpp
brave
signal-desktop signal-desktop
gnupg gnupg
@@ -96,6 +95,8 @@ in
libqalculate libqalculate
librespeed-cli librespeed-cli
gparted
tea tea
kubectl kubectl
@@ -107,11 +108,13 @@ in
gimp gimp
inkscape inkscape
wireshark mysql-workbench
pkgs-unstable.brave
# arm support # arm support
pkgs-unstable.sparrow pkgs-unstable.sparrow
(writeShellScriptBin "radio" '' (writeShellScriptBin "radio" ''
list=" list="
WIOP http://s4.yesstreaming.net:7119/;audio.mp3 WIOP http://s4.yesstreaming.net:7119/;audio.mp3

View File

@@ -239,6 +239,7 @@
wakatime.enable = true; wakatime.enable = true;
autoclose.enable = true; autoclose.enable = true;
ts-autotag.enable = true; ts-autotag.enable = true;
bullets.enable = true;
spider = { spider = {
enable = true; enable = true;
extraOptions = { extraOptions = {