update stuff

This commit is contained in:
2026-09-06 13:22:46 +02:00
parent 3b04aeb7c8
commit cb9b4bb609
3 changed files with 15 additions and 8 deletions
-2
View File
@@ -11,7 +11,6 @@
"raycast" "raycast"
"ghostty" "ghostty"
"iina" "iina"
"shutter-encoder"
# Dev # Dev
"sloth" "sloth"
@@ -19,7 +18,6 @@
"bruno" "bruno"
"zed" "zed"
# Base # Base
"obsidian" "obsidian"
"figma" "figma"
Generated
+6 -6
View File
@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1787176219, "lastModified": 1788651960,
"narHash": "sha256-djoRr6jBpe35q/0JwAvXpFXg1Ktf+X54NU2RLR7wnHw=", "narHash": "sha256-v9wJd32eZ2bvhBzVOd7TIjLQd011P7nwOhjKtWlci5I=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "c53d643b3737e2fcd04e6cb3b3580ef50b2087a0", "rev": "2c0350c759688177331b8f5242311fae8877bdb3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1787209939, "lastModified": 1788549839,
"narHash": "sha256-WvvHR4kSQLAbtouMC/ruZ5UpLwlUcY3K4FAllMN+yGk=", "narHash": "sha256-kOrCcSIA6w9J1hX5DqHy2k9pDTJymExTsbV74U9UtCA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "391b592eb44808b3bd0cb80bb71b63a5a118b8bb", "rev": "17de0b976395537756f30a3e78f2f06e5cec89ed",
"type": "github" "type": "github"
}, },
"original": { "original": {
+9
View File
@@ -17,6 +17,13 @@
"transmission" "transmission"
"steam" "steam"
"android-studio" "android-studio"
"opencode-desktop"
"anytype"
"linear"
"jan"
"bitwarden"
"freecad"
"blender"
]; ];
pkgs = pkgs =
pkgs: with pkgs; [ pkgs: with pkgs; [
@@ -27,6 +34,8 @@
infisical infisical
ffmpeg ffmpeg
mkcert mkcert
codecrafters-cli
postgresql_18
]; ];
}; };
} }