Compare commits

...
13 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
cupcakearmy 75f479469f update 2026-08-21 23:50:17 +02:00
cupcakearmy f6e3af1411 Merge pull request #10 from 1virgola5/main
update flake and lazygit config
2026-08-21 20:30:35 +02:00
nicco 610e701343 update flake and lazygit config 2026-08-19 11:32:01 +02:00
11 changed files with 26 additions and 18 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
+3 -2
View File
@@ -1,5 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/jesseduffield/lazygit/master/schema/config.json
git:
pagers:
- externalDiffCommand: difft --color=always
diffRenderers:
- type: extDiff
command: difft --color=always --context={{diffContext}}
Generated
+9 -9
View File
@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1785531816,
"narHash": "sha256-vkMnV0JIyw+g/NmcfoajlGaAO+9a0ezia+FZohQJrik=",
"lastModified": 1790365885,
"narHash": "sha256-iQ0ebhiVo64NktTnwft9hNxlFu4j5cvljVxyJaEVIP4=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "bf9ce9fec78f95f374e8dd3b503863a3ec128ebe",
"rev": "7b4c5ec4bedaf1e062bbc1bcaeddbc6bd242aa1b",
"type": "github"
},
"original": {
@@ -27,11 +27,11 @@
]
},
"locked": {
"lastModified": 1785389976,
"narHash": "sha256-0tLW8Ff5yt8AH97jw4ZpFJ0OCJ122zIlgWGDmOfU/VU=",
"lastModified": 1786845137,
"narHash": "sha256-oQFip+v0luP8NIxJzmiW4Wu8bILsbFWom5l0zonl8hQ=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "15abb8c98f336cd8bd840d71059adebabe60bf04",
"rev": "4cff07de74b50e64bdd68cd4e722ab5b6b35ee48",
"type": "github"
},
"original": {
@@ -42,11 +42,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1785747939,
"narHash": "sha256-D740uKsMbgsfK2oaDenJLLPIZfq7W0/g4KN/Fls8eKs=",
"lastModified": 1790390834,
"narHash": "sha256-StRyS/lFHtIw/UgJk+xo+HA66mtoWeDUbkJdvf2Byn4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "104240a772428cc2e20d8fd86c9ddbb886bbaff2",
"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.