blegh
This commit is contained in:
commit
47f44bb546
18
flake.lock
18
flake.lock
|
@ -137,11 +137,11 @@
|
||||||
"rust-overlay": "rust-overlay"
|
"rust-overlay": "rust-overlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727571425,
|
"lastModified": 1727574072,
|
||||||
"narHash": "sha256-ZhS5BBZlPlmlfA6FyG6I4s7zfwW568hxH2GoXqkf4F0=",
|
"narHash": "sha256-HuQnfjvImOoHbwzrKV9bJM8/2zDf9Wk5FfsmHUuzyI8=",
|
||||||
"owner": "lilyinstarlight",
|
"owner": "lilyinstarlight",
|
||||||
"repo": "nixos-cosmic",
|
"repo": "nixos-cosmic",
|
||||||
"rev": "c10249ea0cded9660cb90cd56699cecd23a1b497",
|
"rev": "db8f40db093bfc1fffd5e891625ae7cea1322db2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -1265,11 +1265,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-stable": {
|
"nixpkgs-stable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727264057,
|
"lastModified": 1727540905,
|
||||||
"narHash": "sha256-KQPI8CTTnB9CrJ7LrmLC4VWbKZfljEPBXOFGZFRpxao=",
|
"narHash": "sha256-40J9tW7Y794J7Uw4GwcAKlMxlX2xISBl6IBigo83ih8=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "759537f06e6999e141588ff1c9be7f3a5c060106",
|
"rev": "fbca5e745367ae7632731639de5c21f29c8744ed",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -1707,11 +1707,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727404165,
|
"lastModified": 1727490462,
|
||||||
"narHash": "sha256-kZCiYpQJBZ3kL9QymS88mCxpQwqo8KqvZeHk6LATuY8=",
|
"narHash": "sha256-OrrPiNBiikv9BR464XTT75FzOq7tKAvMbMi7YOKVIeg=",
|
||||||
"owner": "oxalica",
|
"owner": "oxalica",
|
||||||
"repo": "rust-overlay",
|
"repo": "rust-overlay",
|
||||||
"rev": "76f0a61e733259e1034dd6523e039d04932ffefc",
|
"rev": "11a13e50debafae4ae802f1d6b8585101516dd93",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
grc
|
grc
|
||||||
huniq
|
huniq
|
||||||
hurl
|
hurl
|
||||||
igrep
|
|
||||||
keybase
|
keybase
|
||||||
keychain
|
keychain
|
||||||
monolith
|
monolith
|
||||||
|
@ -38,7 +37,6 @@
|
||||||
nodePackages_latest.nodejs
|
nodePackages_latest.nodejs
|
||||||
nurl
|
nurl
|
||||||
pinentry_mac
|
pinentry_mac
|
||||||
pkg-config
|
|
||||||
pnpm
|
pnpm
|
||||||
rm-improved
|
rm-improved
|
||||||
rnr
|
rnr
|
||||||
|
|
|
@ -116,7 +116,7 @@ local config = {
|
||||||
default_cursor_style = 'BlinkingBar',
|
default_cursor_style = 'BlinkingBar',
|
||||||
enable_scroll_bar = false,
|
enable_scroll_bar = false,
|
||||||
font = wezterm.font('Maple Mono NF'),
|
font = wezterm.font('Maple Mono NF'),
|
||||||
font_size = 16,
|
font_size = 14,
|
||||||
front_end = 'WebGpu',
|
front_end = 'WebGpu',
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
keys = keybinds,
|
keys = keybinds,
|
||||||
|
|
|
@ -35,6 +35,9 @@ with pkgs; {
|
||||||
function fish_greeting
|
function fish_greeting
|
||||||
macchina
|
macchina
|
||||||
end
|
end
|
||||||
|
|
||||||
|
fish_add_path /opt/homebrew/bin
|
||||||
|
fish_add_path /Users/marshall/.nix-profile/bin
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -121,6 +121,7 @@
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
keyboard.enableKeyMapping = true;
|
keyboard.enableKeyMapping = true;
|
||||||
|
stateVersion = 5;
|
||||||
|
|
||||||
defaults = {
|
defaults = {
|
||||||
NSGlobalDomain = {
|
NSGlobalDomain = {
|
||||||
|
|
Loading…
Reference in a new issue