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"
"ghostty"
"iina"
"shutter-encoder"
# Dev
"sloth"
@@ -19,7 +18,6 @@
"bruno"
"zed"
# Base
"obsidian"
"figma"
Generated
+6 -6
View File
@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1787176219,
"narHash": "sha256-djoRr6jBpe35q/0JwAvXpFXg1Ktf+X54NU2RLR7wnHw=",
"lastModified": 1788651960,
"narHash": "sha256-v9wJd32eZ2bvhBzVOd7TIjLQd011P7nwOhjKtWlci5I=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c53d643b3737e2fcd04e6cb3b3580ef50b2087a0",
"rev": "2c0350c759688177331b8f5242311fae8877bdb3",
"type": "github"
},
"original": {
@@ -42,11 +42,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1787209939,
"narHash": "sha256-WvvHR4kSQLAbtouMC/ruZ5UpLwlUcY3K4FAllMN+yGk=",
"lastModified": 1788549839,
"narHash": "sha256-kOrCcSIA6w9J1hX5DqHy2k9pDTJymExTsbV74U9UtCA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "391b592eb44808b3bd0cb80bb71b63a5a118b8bb",
"rev": "17de0b976395537756f30a3e78f2f06e5cec89ed",
"type": "github"
},
"original": {
+9
View File
@@ -17,6 +17,13 @@
"transmission"
"steam"
"android-studio"
"opencode-desktop"
"anytype"
"linear"
"jan"
"bitwarden"
"freecad"
"blender"
];
pkgs =
pkgs: with pkgs; [
@@ -27,6 +34,8 @@
infisical
ffmpeg
mkcert
codecrafters-cli
postgresql_18
];
};
}