Compare commits

..

No commits in common. "73c8dc8870dd8850319ae8c4fe90abeb60b53a08" and "d1d337451e5f9c35794515736d5fe731557e8b4d" have entirely different histories.

5 changed files with 16 additions and 15 deletions

View file

@ -17,6 +17,7 @@
inherit (unstablePkgs) inherit (unstablePkgs)
gitoxide gitoxide
jujutsu jujutsu
# wezterm
; ;
}; };

View file

@ -316,11 +316,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736964246, "lastModified": 1736876796,
"narHash": "sha256-gb3ujURRlI/D5Jc8PUDOpJr8RyrTwnDDIDtnQK4upso=", "narHash": "sha256-Z7zxkh7b7Nfcryir3W2+wy7Ju1i1wSABGX01fA3+3hM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "5b068e7f8f2b6beaa1fafe0c8b3604b63bcccc2d", "rev": "4282b73ac0dbea03ad74ee8975c33ec41b0a7f25",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -370,11 +370,11 @@
"tinted-tmux": "tinted-tmux" "tinted-tmux": "tinted-tmux"
}, },
"locked": { "locked": {
"lastModified": 1736955352, "lastModified": 1736381946,
"narHash": "sha256-VujiBKJYM32b7HZEVO3Txla989lE7HMNGhVomLtguB0=", "narHash": "sha256-k66y4eMHZiJO3N43wuZOdoRmGmNwIj3EZq6NGK+AEM8=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "ef93972237a82cc340e804a1d2d4140ad65fe81d", "rev": "c62df1918d178ade64dc8a2df99e78a5d5f20514",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -471,11 +471,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1736883708, "lastModified": 1736798957,
"narHash": "sha256-uQ+NQ0/xYU0N1CnXsa2zghgNaOPxWpMJXSUJJ9W7140=", "narHash": "sha256-qwpCtZhSsSNQtK4xYGzMiyEDhkNzOCz/Vfu4oL2ETsQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "eb62e6aa39ea67e0b8018ba8ea077efe65807dc8", "rev": "9abb87b552b7f55ac8916b6fc9e5cb486656a2f3",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -155,8 +155,8 @@ let
}; };
terminal = lib.mkOption { terminal = lib.mkOption {
description = "The terminal emulator to use."; description = "The terminal emulator to use.";
default = "alacritty"; default = "wezterm";
example = "wezterm"; example = "alacritty";
type = types.enum [ type = types.enum [
"wezterm" "wezterm"
"alacritty" "alacritty"

View file

@ -104,9 +104,9 @@ dependencies = [
[[package]] [[package]]
name = "bitflags" name = "bitflags"
version = "2.8.0" version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" checksum = "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be"
[[package]] [[package]]
name = "cfg-if" name = "cfg-if"

View file

@ -102,9 +102,9 @@ dependencies = [
[[package]] [[package]]
name = "bitflags" name = "bitflags"
version = "2.8.0" version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" checksum = "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be"
[[package]] [[package]]
name = "bstr" name = "bstr"