Compare commits
No commits in common. "70cf54d8240abb516e3bd4aa41da872972e0a801" and "6eeee7ac8809456203738169f22dd41b01f53482" have entirely different histories.
70cf54d824
...
6eeee7ac88
9 changed files with 27 additions and 31 deletions
|
|
@ -13,10 +13,6 @@
|
||||||
# };
|
# };
|
||||||
programs.qgroundcontrol.enable = true;
|
programs.qgroundcontrol.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
docker-compose
|
|
||||||
bun
|
|
||||||
ngrok
|
|
||||||
|
|
||||||
# keep-sorted start sticky_comments=no
|
# keep-sorted start sticky_comments=no
|
||||||
# act
|
# act
|
||||||
# asm-lsp
|
# asm-lsp
|
||||||
|
|
@ -116,7 +112,6 @@
|
||||||
cargo-expand
|
cargo-expand
|
||||||
cargo-feature
|
cargo-feature
|
||||||
cargo-generate
|
cargo-generate
|
||||||
cargo-nextest
|
|
||||||
cargo-update
|
cargo-update
|
||||||
cargo-watch
|
cargo-watch
|
||||||
dioxus-cli
|
dioxus-cli
|
||||||
|
|
@ -128,7 +123,7 @@
|
||||||
rustup
|
rustup
|
||||||
rusty-man
|
rusty-man
|
||||||
sccache
|
sccache
|
||||||
# spacetimedb
|
spacetimedb
|
||||||
trunk
|
trunk
|
||||||
wasm-bindgen-cli
|
wasm-bindgen-cli
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,6 @@
|
||||||
fcitx5-gtk
|
fcitx5-gtk
|
||||||
fcitx5-mozc
|
fcitx5-mozc
|
||||||
fcitx5-rime
|
fcitx5-rime
|
||||||
rime-ice
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
# # wayland chromium workaround
|
# # wayland chromium workaround
|
||||||
NIXOS_OZONE_WL = "1";
|
# NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
# firefox nvidia-vaapi-driver
|
# firefox nvidia-vaapi-driver
|
||||||
# MOZ_DISABLE_RDD_SANDBOX = "1";
|
# MOZ_DISABLE_RDD_SANDBOX = "1";
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,6 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
users.users.tao.packages = with pkgs; [
|
users.users.tao.packages = with pkgs; [
|
||||||
forgejo-cli
|
|
||||||
grayjay
|
|
||||||
# keep-sorted start sticky_comments=no
|
# keep-sorted start sticky_comments=no
|
||||||
# android-tools
|
# android-tools
|
||||||
# boxxy
|
# boxxy
|
||||||
|
|
@ -38,6 +36,7 @@
|
||||||
element-desktop
|
element-desktop
|
||||||
gocryptfs
|
gocryptfs
|
||||||
jellyfin-mpv-shim
|
jellyfin-mpv-shim
|
||||||
|
keepassxc
|
||||||
man-pages
|
man-pages
|
||||||
man-pages-posix
|
man-pages-posix
|
||||||
miniserve
|
miniserve
|
||||||
|
|
|
||||||
16
users/tao/autostart/org.keepassxc.KeePassXC.desktop
Normal file
16
users/tao/autostart/org.keepassxc.KeePassXC.desktop
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Categories=Utility;Security;Qt;
|
||||||
|
Comment=Community-driven port of the Windows application “KeePass Password Safe”
|
||||||
|
Exec=keepassxc %f
|
||||||
|
GenericName=Password Manager
|
||||||
|
Icon=keepassxc
|
||||||
|
MimeType=application/x-keepass2;
|
||||||
|
Name=KeePassXC
|
||||||
|
SingleMainWindow=true
|
||||||
|
StartupNotify=true
|
||||||
|
StartupWMClass=keepassxc
|
||||||
|
Terminal=false
|
||||||
|
TryExec=keepassxc
|
||||||
|
Type=Application
|
||||||
|
Version=1.5
|
||||||
|
X-GNOME-SingleWindow=true
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
j = "jump_view_up";
|
j = "jump_view_up";
|
||||||
k = "jump_view_down";
|
k = "jump_view_down";
|
||||||
};
|
};
|
||||||
i = "@:toggle lsp.display-inlay-hints<ret>";
|
i = "@:toggle las.display-inlay-hints";
|
||||||
t = {
|
t = {
|
||||||
r = "@mip:reflow<ret>";
|
r = "@mip:reflow<ret>";
|
||||||
s = "@<A-s>:sort<ret>";
|
s = "@<A-s>:sort<ret>";
|
||||||
|
|
@ -192,13 +192,6 @@
|
||||||
unit = "\t";
|
unit = "\t";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "microcad";
|
|
||||||
scope = "source.microcad";
|
|
||||||
file-types = ["µcad" "mcad" "ucad"];
|
|
||||||
language-servers = ["microcad-lsp"];
|
|
||||||
comment-tokens = "//";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "nix";
|
name = "nix";
|
||||||
auto-format = true;
|
auto-format = true;
|
||||||
|
|
@ -245,9 +238,6 @@
|
||||||
# lspmux = {
|
# lspmux = {
|
||||||
# command = "lspmux";
|
# command = "lspmux";
|
||||||
# };
|
# };
|
||||||
microcad-lsp = {
|
|
||||||
command = "microcad-lsp";
|
|
||||||
};
|
|
||||||
|
|
||||||
basedpyright = {
|
basedpyright = {
|
||||||
command = "basedpyright-langserver";
|
command = "basedpyright-langserver";
|
||||||
|
|
|
||||||
|
|
@ -15,13 +15,10 @@ alias cringe = sudo bootctl set-oneshot auto-windows
|
||||||
|
|
||||||
def h [query?: path] {
|
def h [query?: path] {
|
||||||
(if ($query != null) {sk -1 -q ($query | path basename)} else {sk -1})
|
(if ($query != null) {sk -1 -q ($query | path basename)} else {sk -1})
|
||||||
| if ($in != "") {
|
| complete
|
||||||
hx $in
|
| if $in.exit_code == 0 {
|
||||||
}
|
$in.stdout | str trim | hx $in
|
||||||
# | complete
|
}
|
||||||
# | if $in.exit_code == 0 {
|
|
||||||
# $in.stdout | str trim | hx $in
|
|
||||||
# }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def srg [] {
|
def srg [] {
|
||||||
|
|
@ -39,7 +36,6 @@ alias jp = jj git push
|
||||||
alias js = jj status
|
alias js = jj status
|
||||||
alias jw = jj workspace update-stale
|
alias jw = jj workspace update-stale
|
||||||
alias jt = jj log -r @ -T `description`
|
alias jt = jj log -r @ -T `description`
|
||||||
alias jn = jj next --edit
|
|
||||||
|
|
||||||
def jm --wrapped [-r: string = "@", ...rest] {
|
def jm --wrapped [-r: string = "@", ...rest] {
|
||||||
mut r = $r
|
mut r = $r
|
||||||
|
|
|
||||||
|
|
@ -67,9 +67,9 @@ def bump [...rest] {
|
||||||
}
|
}
|
||||||
let r = jj log -r @ --no-pager --no-graph --template 'change_id'
|
let r = jj log -r @ --no-pager --no-graph --template 'change_id'
|
||||||
sudo nix flake update
|
sudo nix flake update
|
||||||
let curr_gen = get_gen
|
let curr_gen = get_gen()
|
||||||
let build_status = rebuild boot
|
let build_status = rebuild boot
|
||||||
let new_gen = get_gen
|
let new_gen = get_gen()
|
||||||
if ($build_status and ($curr_gen == $new_gen)) {
|
if ($build_status and ($curr_gen == $new_gen)) {
|
||||||
jj desc -r $r -m $"bump (date now | format date "%Y-%m-%d")"
|
jj desc -r $r -m $"bump (date now | format date "%Y-%m-%d")"
|
||||||
jj bookmark set main -r $r
|
jj bookmark set main -r $r
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
audacity
|
audacity
|
||||||
cosmic-store
|
cosmic-store
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
|
keepassxc
|
||||||
onlyoffice-desktopeditors
|
onlyoffice-desktopeditors
|
||||||
signal-desktop
|
signal-desktop
|
||||||
snapper
|
snapper
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue