Compare commits

...
10 Commits
Author SHA1 Message Date
cupcakearmy 5789578852 stuff 2026-09-26 14:41:56 +02:00
cupcakearmy bf7d7d2800 add xz and update 2026-09-23 23:30:50 +02:00
cupcakearmy 6b82311773 test tinycast 2026-09-21 20:29:32 +02:00
cupcakearmy c2531faca1 update flake 2026-09-17 09:42:10 +02:00
cupcakearmy a97d64fc4d update flake and add lens 2026-09-12 15:52:13 +02:00
cupcakearmy cb9b4bb609 update stuff 2026-09-06 13:22:46 +02:00
cupcakearmy 3b04aeb7c8 format on save 2026-08-29 19:47:02 +02:00
cupcakearmy 3e51ca8ba6 zed settings 2026-08-29 15:33:52 +02:00
cupcakearmy 6888de3718 Merge pull request #11 from 1virgola5/main
remove fnm
2026-08-27 00:21:07 +02:00
nicco a51f9251fa remove fnm 2026-08-26 13:14:09 +02:00
10 changed files with 20 additions and 13 deletions
+2 -2
View File
@@ -9,9 +9,10 @@
"keka" "keka"
"keycastr" "keycastr"
"raycast" "raycast"
"abue-ammar/tinycast/tinycast"
"ghostty" "ghostty"
"iina" "iina"
"shutter-encoder" "cap"
# Dev # Dev
"sloth" "sloth"
@@ -19,7 +20,6 @@
"bruno" "bruno"
"zed" "zed"
# Base # Base
"obsidian" "obsidian"
"figma" "figma"
+1 -3
View File
@@ -14,6 +14,7 @@
git-crypt git-crypt
gnutar gnutar
gnupg gnupg
xz
htop htop
btop btop
rclone rclone
@@ -98,9 +99,6 @@
if type -q starship if type -q starship
starship init fish | source starship init fish | source
end end
if type -q fnm
fnm env --use-on-cd | source
end
if type -q nvs if type -q nvs
nvs env --source | source nvs env --source | source
end end
Generated
+6 -6
View File
@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1787176219, "lastModified": 1790365885,
"narHash": "sha256-djoRr6jBpe35q/0JwAvXpFXg1Ktf+X54NU2RLR7wnHw=", "narHash": "sha256-iQ0ebhiVo64NktTnwft9hNxlFu4j5cvljVxyJaEVIP4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "c53d643b3737e2fcd04e6cb3b3580ef50b2087a0", "rev": "7b4c5ec4bedaf1e062bbc1bcaeddbc6bd242aa1b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1787209939, "lastModified": 1790390834,
"narHash": "sha256-WvvHR4kSQLAbtouMC/ruZ5UpLwlUcY3K4FAllMN+yGk=", "narHash": "sha256-StRyS/lFHtIw/UgJk+xo+HA66mtoWeDUbkJdvf2Byn4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "391b592eb44808b3bd0cb80bb71b63a5a118b8bb", "rev": "d54020a6ac3211e9f4201631bdf67678818c0cdf",
"type": "github" "type": "github"
}, },
"original": { "original": {
-1
View File
@@ -45,7 +45,6 @@ let
shellAliases = { shellAliases = {
p = "pnpm"; p = "pnpm";
px = "pnpm -s dlx"; px = "pnpm -s dlx";
n = "fnm use --install-if-missing";
c = "pwd | pbcopy"; c = "pwd | pbcopy";
vai = "sudo darwin-rebuild switch --flake ~/.config/dotfiles#${host.hostName}"; vai = "sudo darwin-rebuild switch --flake ~/.config/dotfiles#${host.hostName}";
-1
View File
@@ -28,7 +28,6 @@ with pkgs;
# Language specific # Language specific
nil nil
nixd nixd
fnm
bun bun
zig zig
uv uv
+11
View File
@@ -17,6 +17,14 @@
"transmission" "transmission"
"steam" "steam"
"android-studio" "android-studio"
"opencode-desktop"
"anytype"
"linear"
"jan"
"bitwarden"
"freecad"
"blender"
"freelens"
]; ];
pkgs = pkgs =
pkgs: with pkgs; [ pkgs: with pkgs; [
@@ -27,6 +35,9 @@
infisical infisical
ffmpeg ffmpeg
mkcert mkcert
codecrafters-cli
postgresql_18
yt-dlp
]; ];
}; };
} }
Binary file not shown.
Binary file not shown.