mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
Compare commits
2 Commits
ff45ab768d
...
26fa7f462c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
26fa7f462c | ||
![]() |
f79aad1630 |
@@ -17,7 +17,7 @@ from kittens.tui.operations import (
|
||||
)
|
||||
from kitty.config import cached_values_for
|
||||
from kitty.key_encoding import EventType
|
||||
from kitty.typing import KeyEventType, ScreenSize
|
||||
from kitty.typing_compat import KeyEventType, ScreenSize
|
||||
|
||||
NON_SPACE_PATTERN = re.compile(r"\S+")
|
||||
SPACE_PATTERN = re.compile(r"\s+")
|
||||
|
@@ -5,7 +5,7 @@
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||
wezterm.url = "github:wez/wezterm?dir=nix";
|
||||
radicle-tui.url = "git+https://seed.radicle.xyz/z39mP9rQAaGmERfUMPULfPUi473tY.git";
|
||||
radicle-tui.url = "git+https://seed.radicle.xyz/z39mP9rQAaGmERfUMPULfPUi473tY.git?rev=dcc51b96a90d6e63cd69fae7f29e896f13816a1f";
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, ... } @ inputs:
|
||||
|
@@ -15,5 +15,6 @@
|
||||
surrealist
|
||||
trunk
|
||||
sqlx-cli
|
||||
mermaid-cli
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user