Compare commits

..

No commits in common. "6c5ebfb9a848c547701c3c22bf99493f0c2b732e" and "c9fe4ea69967fd32c66614dfad4922b44d4730b8" have entirely different histories.

6 changed files with 25 additions and 25 deletions

30
flake.lock generated
View file

@ -28,11 +28,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1758296614, "lastModified": 1757075491,
"narHash": "sha256-l60D1i0aaSqemy9dL7wP0ePMfcv/oZbeKpvUMY+q0kQ=", "narHash": "sha256-a+NMGl5tcvm+hyfSG2DlVPa8nZLpsumuRj1FfcKb2mQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "55b1f5b7b191572257545413b98e37abab2fdb00", "rev": "f56bf065f9abedc7bc15e1f2454aa5c8edabaacf",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -48,11 +48,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1758102940, "lastModified": 1757130842,
"narHash": "sha256-wwqf3+A8EiqwWpcAaPN20QXJLlpGPpwtLTrzgnngI2o=", "narHash": "sha256-4i7KKuXesSZGUv0cLPLfxbmF1S72Gf/3aSypgvVkwuA=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "ebd0bfc11fc2b5cff37401e9b3703881ad5fabbd", "rev": "15f067638e2887c58c4b6ba1bdb65a0b61dc58c5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -63,11 +63,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1758262103, "lastModified": 1756911493,
"narHash": "sha256-aBGl3XEOsjWw6W3AHiKibN7FeoG73dutQQEqnd/etR8=", "narHash": "sha256-6n/n1GZQ/vi+LhFXMSyoseKdNfc2QQaSBXJdgamrbkE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "12bd230118a1901a4a5d393f9f56b6ad7e571d01", "rev": "c6a788f552b7b7af703b1a29802a7233c0067908",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -79,11 +79,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1758198701, "lastModified": 1756787288,
"narHash": "sha256-7To75JlpekfUmdkUZewnT6MoBANS0XVypW6kjUOXQwc=", "narHash": "sha256-rw/PHa1cqiePdBxhF66V7R+WAP8WekQ0mCDG4CFqT8Y=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0147c2f1d54b30b5dd6d4a8c8542e8d7edf93b5d", "rev": "d0fc30899600b9b3466ddb260fd83deb486c32f1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -99,11 +99,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1758314668, "lastModified": 1757175473,
"narHash": "sha256-UeSA8UbYgBeeI/r6YRlkwKrBMhnE2ZliSFb7QB7p4zQ=", "narHash": "sha256-zi5d9XZMqZwsnEOFn2mgNQTAVp7oifTNtdqAzSsNZbc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "180ae0f66d4d50d36c01e750bd7c05f49ff8f24b", "rev": "56a58305f2668b2d5519f64eaac93e8d1cef1827",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -80,6 +80,7 @@
pngpaste pngpaste
prettyping prettyping
pyrefly pyrefly
python3Full
python3Packages.huggingface-hub python3Packages.huggingface-hub
python3Packages.jupyterlab python3Packages.jupyterlab
rclone rclone
@ -221,7 +222,7 @@
xdg.configFile."nvim".source = pkgs.fetchFromGitHub { xdg.configFile."nvim".source = pkgs.fetchFromGitHub {
owner = "softinio"; owner = "softinio";
repo = "nvim-config"; repo = "nvim-config";
rev = "e89dc85e3a4116796d4393d37c12c31737e6f17c"; rev = "9a41e9cc3c4f855142a130f945ec31703ac76737";
sha256 = "sha256-HCLF7vM4pUbW2OlOuat1isnuyfqfPxjJ4wWYLcNcu0M="; sha256 = "sha256-+VWOQMpUF1VdUvBhASvdgPk5h8F3GKDk525opMkwomE=";
}; };
} }

View file

@ -9,5 +9,5 @@
./tmux ./tmux
./wezterm ./wezterm
./vscode ./vscode
./zed # ./zed
] ]

View file

@ -46,7 +46,7 @@
fenv source $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh fenv source $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh
end end
set -xg PATH $HOME/bin $HOME/.cargo/bin $HOME/.npm-global/bin /Users/salar/.luarocks/bin:/Users/salar/bin:/Users/salar/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin $PATH set -xg PATH /Applications/Ghostty.app/Contents/MacOS $HOME/bin $HOME/.cargo/bin $HOME/.npm-global/bin /Users/salar/.luarocks/bin:/Users/salar/bin:/Users/salar/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin $PATH
set -xg WORKSPACE /Users/salar/Projects set -xg WORKSPACE /Users/salar/Projects

View file

@ -34,11 +34,11 @@ let
pull = { pull = {
rebase = true; rebase = true;
}; };
# url = { url = {
# "git@github.com:" = { "git@github.com:" = {
# insteadOf = "https://github.com/"; insteadOf = "https://github.com/";
# }; };
# }; };
}; };
myAliases = { myAliases = {
ci = "commit"; ci = "commit";

View file

@ -19,7 +19,6 @@ return {
default_gui_startup_args = { 'connect', 'unix' }, default_gui_startup_args = { 'connect', 'unix' },
font = wezterm.font_with_fallback { 'JetBrains Mono', 'Noto Sans' }, font = wezterm.font_with_fallback { 'JetBrains Mono', 'Noto Sans' },
font_size = 12.0, font_size = 12.0,
freetype_load_flags = 'NO_HINTING',
dpi = 144, dpi = 144,
scrollback_lines = 50000, scrollback_lines = 50000,
initial_cols = 400, initial_cols = 400,