Compare commits

..

No commits in common. "c9fe4ea69967fd32c66614dfad4922b44d4730b8" and "3a65c37f67607dc1e600fad10aac06b4518ed8e3" have entirely different histories.

4 changed files with 17 additions and 18 deletions

30
flake.lock generated
View file

@ -28,11 +28,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1757075491, "lastModified": 1756496801,
"narHash": "sha256-a+NMGl5tcvm+hyfSG2DlVPa8nZLpsumuRj1FfcKb2mQ=", "narHash": "sha256-IYIsnPy+cJxe8RbDHBrCtfJY0ry2bG2H7WvMcewiGS8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "f56bf065f9abedc7bc15e1f2454aa5c8edabaacf", "rev": "77a71380c38fb2a440b4b5881bbc839f6230e1cb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -48,11 +48,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1757130842, "lastModified": 1755825449,
"narHash": "sha256-4i7KKuXesSZGUv0cLPLfxbmF1S72Gf/3aSypgvVkwuA=", "narHash": "sha256-XkiN4NM9Xdy59h69Pc+Vg4PxkSm9EWl6u7k6D5FZ5cM=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "15f067638e2887c58c4b6ba1bdb65a0b61dc58c5", "rev": "8df64f819698c1fee0c2969696f54a843b2231e8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -63,11 +63,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1756911493, "lastModified": 1756438964,
"narHash": "sha256-6n/n1GZQ/vi+LhFXMSyoseKdNfc2QQaSBXJdgamrbkE=", "narHash": "sha256-yo473URkISSmBZeIE1o6Mf94VRSn5qFVFS9phb7l6eg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c6a788f552b7b7af703b1a29802a7233c0067908", "rev": "c73522789a3c7552b1122773d6eaa34e1491cc1c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -79,11 +79,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1756787288, "lastModified": 1756386758,
"narHash": "sha256-rw/PHa1cqiePdBxhF66V7R+WAP8WekQ0mCDG4CFqT8Y=", "narHash": "sha256-1wxxznpW2CKvI9VdniaUnTT2Os6rdRJcRUf65ZK9OtE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d0fc30899600b9b3466ddb260fd83deb486c32f1", "rev": "dfb2f12e899db4876308eba6d93455ab7da304cd",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -99,11 +99,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1757175473, "lastModified": 1756568538,
"narHash": "sha256-zi5d9XZMqZwsnEOFn2mgNQTAVp7oifTNtdqAzSsNZbc=", "narHash": "sha256-nnFpWhG/jtRzI2yJKKgokhefFELHTUw9fgqcTrdX6aM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "56a58305f2668b2d5519f64eaac93e8d1cef1827", "rev": "e8f97acd1ededca7944f1fe1b659b61003131ce2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -72,7 +72,6 @@
nix-prefetch-git nix-prefetch-git
nodejs nodejs
noto-fonts noto-fonts
noto-fonts-color-emoji
ollama ollama
openssl openssl
pandoc pandoc

View file

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

View file

@ -17,7 +17,7 @@ return {
check_for_updates = false, check_for_updates = false,
color_scheme = 'Tango (terminal.sexy)', color_scheme = 'Tango (terminal.sexy)',
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 Color Emoji' },
font_size = 12.0, font_size = 12.0,
dpi = 144, dpi = 144,
scrollback_lines = 50000, scrollback_lines = 50000,