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"
"keycastr"
"raycast"
"abue-ammar/tinycast/tinycast"
"ghostty"
"iina"
"shutter-encoder"
"cap"
# Dev
"sloth"
@@ -19,7 +20,6 @@
"bruno"
"zed"
# Base
"obsidian"
"figma"
+1 -3
View File
@@ -14,6 +14,7 @@
git-crypt
gnutar
gnupg
xz
htop
btop
rclone
@@ -98,9 +99,6 @@
if type -q starship
starship init fish | source
end
if type -q fnm
fnm env --use-on-cd | source
end
if type -q nvs
nvs env --source | source
end
Generated
+6 -6
View File
@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1787176219,
"narHash": "sha256-djoRr6jBpe35q/0JwAvXpFXg1Ktf+X54NU2RLR7wnHw=",
"lastModified": 1790365885,
"narHash": "sha256-iQ0ebhiVo64NktTnwft9hNxlFu4j5cvljVxyJaEVIP4=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c53d643b3737e2fcd04e6cb3b3580ef50b2087a0",
"rev": "7b4c5ec4bedaf1e062bbc1bcaeddbc6bd242aa1b",
"type": "github"
},
"original": {
@@ -42,11 +42,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1787209939,
"narHash": "sha256-WvvHR4kSQLAbtouMC/ruZ5UpLwlUcY3K4FAllMN+yGk=",
"lastModified": 1790390834,
"narHash": "sha256-StRyS/lFHtIw/UgJk+xo+HA66mtoWeDUbkJdvf2Byn4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "391b592eb44808b3bd0cb80bb71b63a5a118b8bb",
"rev": "d54020a6ac3211e9f4201631bdf67678818c0cdf",
"type": "github"
},
"original": {
-1
View File
@@ -45,7 +45,6 @@ let
shellAliases = {
p = "pnpm";
px = "pnpm -s dlx";
n = "fnm use --install-if-missing";
c = "pwd | pbcopy";
vai = "sudo darwin-rebuild switch --flake ~/.config/dotfiles#${host.hostName}";
-1
View File
@@ -28,7 +28,6 @@ with pkgs;
# Language specific
nil
nixd
fnm
bun
zig
uv
+11
View File
@@ -17,6 +17,14 @@
"transmission"
"steam"
"android-studio"
"opencode-desktop"
"anytype"
"linear"
"jan"
"bitwarden"
"freecad"
"blender"
"freelens"
];
pkgs =
pkgs: with pkgs; [
@@ -27,6 +35,9 @@
infisical
ffmpeg
mkcert
codecrafters-cli
postgresql_18
yt-dlp
];
};
}
Binary file not shown.
Binary file not shown.