Compare commits

...

7 Commits

Author SHA1 Message Date
thomas ca7a254a45 ghostty 2026-04-22 09:55:16 +01:00
thomas b887dcf9a2 tldr 2026-04-17 11:19:44 +01:00
thomas 752c69d313 jq 2026-04-16 16:07:34 +01:00
thomas 3cdef5f330 cursor cli 2026-04-16 10:13:43 +01:00
thomas 515519d8e3 fix ocenaudio 2026-04-15 13:36:36 +01:00
thomas 2f77549285 flake update 2026-04-14 19:57:28 +01:00
thomas 4aa6aa5f1c ocenaudio and tenacity 2026-04-14 19:49:48 +01:00
3 changed files with 15 additions and 7 deletions
Generated
+7 -7
View File
@@ -185,11 +185,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1775423009, "lastModified": 1775710090,
"narHash": "sha256-vPKLpjhIVWdDrfiUM8atW6YkIggCEKdSAlJPzzhkQlw=", "narHash": "sha256-ar3rofg+awPB8QXDaFJhJ2jJhu+KqN/PRCXeyuXR76E=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "68d8aa3d661f0e6bd5862291b5bb263b2a6595c9", "rev": "4c1018dae018162ec878d42fec712642d214fdfa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -253,11 +253,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1776093471, "lastModified": 1776256561,
"narHash": "sha256-swDM5bbKMggMjqdaBddxV2J4qfAVjILE8fuksTe3MjE=", "narHash": "sha256-Nd4NEBweLpk9xhw6YT97moPRw72TqUkYLkqF3Q6EdPU=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "63090e799592203241e55bb3b0a3297289276908", "rev": "a7195da8e85f8b965f81e082b243f8f038482de2",
"revCount": 5, "revCount": 7,
"type": "git", "type": "git",
"url": "https://gitea.unrail.xyz/thomas/thomas-likes-nix-pkgs" "url": "https://gitea.unrail.xyz/thomas/thomas-likes-nix-pkgs"
}, },
+3
View File
@@ -18,8 +18,11 @@ in {
lazygit lazygit
pnpm pnpm
ni ni
# AI
code-cursor-fhs code-cursor-fhs
codex codex
cursor-cli
# LSPs and formatters (previously via Mason) # LSPs and formatters (previously via Mason)
stylua stylua
+5
View File
@@ -6,6 +6,7 @@
nerdfetch nerdfetch
libnotify libnotify
alacritty alacritty
ghostty
foot foot
fzf fzf
autojump autojump
@@ -33,6 +34,10 @@
# postman # postman
bruno bruno
bruno-cli bruno-cli
tenacity
inputs.thomas-pkgs.packages.${pkgs.stdenv.hostPlatform.system}.ocenaudio
jq
tldr
]; ];
systemd.user.services.handy = { systemd.user.services.handy = {