Compare commits

...

9 Commits

Author SHA1 Message Date
cupcakearmy aaec06be58 Merge branch 'main' of github.com:cupcakearmy/nix 2025-07-31 11:11:55 +02:00
cupcakearmy a345a227aa update nix 2025-07-31 11:11:43 +02:00
cupcakearmy b712b580a9 Merge pull request #3 from ordionary/main
sync back
2025-07-31 11:10:38 +02:00
nicco 8d79067cb2 remove zen 2025-07-31 11:10:10 +02:00
Nicco 86e48260f6 Merge branch 'cupcakearmy:main' into main 2025-07-31 10:48:05 +02:00
nicco 3f30b041c7 add ios stuff 2025-07-31 10:45:42 +02:00
nicco 412d5200f2 switch back to vscode 2025-07-31 10:45:32 +02:00
nicco c4e7214a17 cli tools 2025-07-21 18:01:06 +02:00
nicco 03098ec5d9 add delta for git 2025-07-21 18:01:00 +02:00
6 changed files with 19 additions and 7 deletions
+1
View File
@@ -23,6 +23,7 @@
"utm"
"balenaetcher"
"outerbase-studio"
"hoppscotch"
# Base
"obsidian"
+1 -1
View File
@@ -40,7 +40,7 @@
persistent-apps = [
"/Applications/Zen.app"
"/Applications/Ghostty.app"
"/Applications/VSCodium.app"
"/Applications/Visual Studio Code.app"
"/Applications/Spotify.app"
"/System/Applications/System Settings.app"
];
+6
View File
@@ -4,9 +4,12 @@
process = git-lfs filter-process
required = true
[core]
pager = delta
excludesfile = ~/.gitignore_global
autocrlf = input
ignorecase=false
[interactive]
diffFilter = delta --color-only
[pull]
rebase = false
@@ -27,3 +30,6 @@
[include]
path = ~/.gitconfig.local
[delta]
navigate = true
Generated
+6 -6
View File
@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1752814804,
"narHash": "sha256-irfg7lnfEpJY+3Cffkluzp2MTVw1Uq9QGxFp6qadcXI=",
"lastModified": 1753943136,
"narHash": "sha256-eiEE5SabVcIlGSTRcRyBjmJMaYAV95SJnjy8YSsVeW4=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d0300c8808e41da81d6edfc202f3d3833c157daf",
"rev": "bd82507edd860c453471c46957cbbe3c9fd01b5c",
"type": "github"
},
"original": {
@@ -42,11 +42,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1752900028,
"narHash": "sha256-dPALCtmik9Wr14MGqVXm+OQcv7vhPBXcWNIOThGnB/Q=",
"lastModified": 1753844155,
"narHash": "sha256-w81jpZeM3AtYlTKIhT05p3IqvJRIHZPyp0Acgb6hXWc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6b4955211758ba47fac850c040a27f23b9b4008f",
"rev": "e44b8dc0882d66e2627a8ff252b04a22f4a629fd",
"type": "github"
},
"original": {
+1
View File
@@ -20,6 +20,7 @@ with pkgs;
woff2
rsync
yq
delta
# Rust utils
bat
+4
View File
@@ -15,6 +15,10 @@
pkgs: with pkgs; [
mkcert
dnsmasq
awscli2
mysql84
cocoapods
xcodes
];
};
}