6a53d7f5eb
neovim: Make it easier to exit terminal
...
Note that <Esc> cannot be used for the keybind here since other plugins
like fzf-vim rely on using a terminal window that has its own escape
binding.
2023-06-09 09:56:03 -04:00
9f78256c4c
neovim: Add bufdelete-nvim
...
Used to delete buffers without closing the current window and only
showing nvim-tree.
2023-06-09 09:54:39 -04:00
176f59f3bd
meta: Replace rofi package with overlay
...
This significantly reduces the complexity of maintaining a more recent
version of rofi-wayland.
2023-06-09 08:12:29 -04:00
250222c191
nixos-rebuild: Use verbose output
2023-06-08 20:57:50 -04:00
578190d486
neovim: Simplify cd command
...
augroup shouldn't be needed since this command is only ran once anyway.
2023-06-08 20:54:22 -04:00
5552b5c743
neovim: cd to git directory if it exists
...
This prevents an issue where it was previously possible to open files in
vim without the current directory being the project root.
2023-06-08 20:51:08 -04:00
f4db117bc3
neovim(vim-startify): Fix random quotes
2023-06-08 20:12:07 -04:00
d3e2457a89
tests: Use verbose output
2023-06-08 19:18:04 -04:00
9d4307c8a6
joshuto: Add icon support
2023-06-08 19:17:28 -04:00
3ad31d2df3
nix: Format with alejandra
2023-06-08 17:28:09 -04:00
b94c99d67a
nix: Sort imports alphabetically
2023-06-08 17:26:23 -04:00
47b5ac0d7d
nix: Remove logic from modules/default.nix
...
For simplicity, the first-level default.nix should be used to import all
the other modules.
2023-06-08 17:23:22 -04:00
d137d3342c
meta: Add tests
...
Tests help guarantee that I don't forget to do something that I should
have done, such as importing a certain nix module.
2023-06-08 17:15:58 -04:00
ac58a29d86
neovim: Add crystalline
2023-06-08 17:02:50 -04:00
f86dafa900
neovim: Use vim-crystal from nixpkgs/master
...
Nix flakes makes it easy to mix and match packages from any git
repository, which includes being able to use multiple nixpkgs branches.
2023-06-08 16:51:57 -04:00
a5941a1701
meta: Use crystal-flake for crystal development
...
The current crystal binary in nixpkgs complains about not finding pcre
when you try to compile anything with it, so crystal-flake is necessary
to have a working crystal environment under NixOS.
crystal-flake additionally packages crystalline, which is nice since no
one has been able to successfully create a pull request for nixpkgs yet.
Reference: https://github.com/NixOS/nixpkgs/issues/129002
2023-06-08 15:13:46 -04:00
db06c3ac02
joshuto: Add remaining config files
...
Note that the theme file is necessary to avoid the theme changing in
certain situations. The keymap config is the same as the default, except
with the addition of "o", which is used to select files (or a directory)
when using joshuto as a file chooser.
2023-06-08 13:43:52 -04:00
62521c914d
packages: Remove nwg-dock-hyprland
...
There is an open pull request for nwg-dock-hyprland, so it'll be
possible to use this package directly from nixpkgs/nixos-unstable soon.
2023-06-08 12:29:45 -04:00
5a3538a8ce
qutebrowser: Nixify fileselect
2023-06-08 11:59:38 -04:00
3950a0418a
qutebrowser: Use joshuto as the file chooser
...
This works when combined with `quit --output-selected-files`.
2023-06-08 11:56:24 -04:00
7053a79a07
hyprland: Make thunar translucent
2023-06-07 16:26:39 -04:00
27d82bfd81
hyprland: Toggle dim_inactive with <super>i
2023-06-07 16:26:18 -04:00
25c9378c38
hyprland-autoname-workspaces: Fix typo
2023-06-07 15:58:18 -04:00
2045b05b79
hyprland: Increase blur passes
...
When blur is enabled, it should look like things are actually blurred.
This has the advantage of making translucent windows work better when
the opacity is set by hyprland.
2023-06-07 13:52:16 -04:00
a3ffaf73a7
waybar: Fix rofi click focus
...
Also adds an option to simply open a new empty workspace.
2023-06-07 12:31:26 -04:00
77e16590eb
hyprland: Don't blur kitty window by default
2023-06-07 07:52:20 -04:00
f2f5560f63
neovim: Add csv-vim
2023-06-06 22:15:33 -04:00
3a9fe397fc
joshuto: Preview lock files
2023-06-06 18:46:12 -04:00
d0c7ad0eee
neovim: Add back nvim-scrollbar
...
Looks like the issue where the scrollbar was hiding text behind it has
been fixed.
2023-06-06 17:09:43 -04:00
c4636b4b05
neovim: Swap tree toggle with window switch
...
This makes it easier to press enter after switching to the tree window.
2023-06-06 14:04:56 -04:00
6d39ed2980
neovim: Add vim-startify
2023-06-06 12:24:49 -04:00
486178b27f
Revert "neovim: Focus tree when empty buffer"
...
This actually causes QuitPre to not close neovim since the tree is
closed first when quitting while the tree is focused. For simplicity,
the tree should always be unfocused to avoid ambiguity.
2023-06-06 10:52:39 -04:00
4d9a6b6877
variables: Add username
2023-06-06 10:50:42 -04:00
b5ccd2e18b
fish: Add n abbreviation for neovim
2023-06-06 10:37:06 -04:00
9a9e3be260
fish: Use variables for vm abbreviation
...
This prevents things from breaking if we change the hostname at a later
date.
2023-06-06 10:36:17 -04:00
a326873c6a
fish: Add abbreviation for nixos-rebuild switch
2023-06-06 10:33:51 -04:00
f6ef515f80
fish: Add abbreviation for nixos-rebuild build-vm
2023-06-06 10:32:32 -04:00
a69a38d287
fish: Use lowercase t for tree
2023-06-06 10:17:06 -04:00
2fcffe0a67
fish: Add git restore abbreviations
2023-06-06 10:03:09 -04:00
9ec36d2bc4
fish: Use smart-case for ripgrep
2023-06-06 10:00:04 -04:00
c59387bb1f
neovim: Close tree with QuitPre
...
This fixes an issue where neovim would automatically close when opening
it with a directory.
2023-06-06 07:50:37 -04:00
02dd4540e5
neovim: Focus tree when empty buffer
2023-06-06 07:40:16 -04:00
cf6064e500
neovim: Toggle tree with <leader>a
...
To switch between the tree and the file being edited, use <leader>;
2023-06-06 07:27:32 -04:00
f0867c039e
neovim: Open tree by default
2023-06-06 07:27:04 -04:00
c588b3a0d8
neovim: Close tree if only buffer
2023-06-06 07:18:59 -04:00
fc8b241f6e
packages: Use waybar from nixpkgs
2023-06-06 04:44:30 -04:00
7e38c259fa
meta: Replace joshuto package with overlay
...
This actually took *forever*, but now that I know how to write nixpkgs
overlays, any future ones I write should be relatively straight-forward.
2023-06-05 23:07:36 -04:00
3119b789f8
nix: Format with alejandra
...
Alejandra is written in Rust, has more tests than nixfmt, and handles
non-trivial code examples in Nix better.
2023-06-05 20:50:10 -04:00
b9f22a6ab0
kitty: Revert cell height increase
...
Unfortunately (or fortunately), every line matters when reading and
writing software. Because of this, increasing the cell height results in
more negative consequences than positive.
2023-06-05 19:16:40 -04:00
79adca57ef
packages: Add hyprland-autorename-workspaces
...
Note that the behavior of 1.0.0 is different than older versions,
however it doesn't appear to randomly stop working like before.
2023-06-05 14:57:04 -04:00