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
57856917aa
nix: Move desktop modules to modules
...
This concludes the unification of modules. Future work could include
combining modules that are unlikely to be used separately.
2023-06-05 12:52:32 -04:00
343076f942
meta: Move terminal files to modules
...
Since all of these files do roughly the same thing (that is, configure
the system in a specific way that a separate file seems necessary), this
should reduce the overall complexity of the project tree.
2023-06-05 11:44:37 -04:00
1ad4e2d4af
meta: Rename applications to modules
...
This is my attempt at putting all modules in one directory to avoid
having to remember whether a module was a part of applications/,
desktop/, or terminal/.
2023-06-05 11:37:06 -04:00
e20be890d0
Remove distinction between home-manager files
2023-05-18 11:46:41 -04:00
3d8e6f356e
Merge fish module
2023-05-18 09:49:56 -04:00
343e0cf6e0
Use separate directories for all modules
2023-05-17 16:57:33 -04:00
bcaaea97d2
Remove unneeded home-manager options
2023-05-17 16:08:28 -04:00
e09febf522
Add user module
2023-05-17 15:58:08 -04:00
afc98ce47e
Remove configuration.nix
...
Not needed anymore since we know how to use nix modules.
2023-05-17 12:50:55 -04:00
2966ab79d6
Add module for piper
2023-05-17 11:51:52 -04:00
a2d6373232
Make home.nix a proper module
2023-05-17 11:51:12 -04:00
4012f0a381
nix: Modularize
2023-05-17 10:17:42 -04:00
4a7b603536
nix: Continue modularization
2023-05-17 10:02:36 -04:00
d5db1b513e
Make srb2 a module
...
This makes it easier to add and remove srb2 from machines by simply
importing its module.
2023-05-16 21:23:13 -04:00
4f18602527
Add osu module
...
Note that osu! is currently unfree since it depends on the bass audio
library.
2023-05-16 21:16:47 -04:00
47da22c951
modules: Add tlp
...
Note that this may be better as a host-specific module.
2023-05-16 17:54:20 -04:00
a9703aad9a
Continue moving fish config to fish module
2023-05-16 17:18:48 -04:00
8c027300e6
Modularize htop and dual-function-keys
2023-05-16 17:18:06 -04:00
19dda06920
Abstract stylix and fonts into modules
2023-05-16 14:52:59 -04:00
a17ba29926
Abstract starship and fish into separate modules
...
This should make things easier to reason about and more modular in
general.
2023-05-16 12:33:53 -04:00
9e11cb4278
Simplify modules to home.nix
...
I *may* abstract this in the future, but for now I have no reason to.
2023-05-11 19:14:59 -04:00
341d3aeae5
Remove rofi
...
This is an experiment to see if I prefer launching everything from the
terminal to get a more tty-like feel.
2023-05-11 18:53:43 -04:00
317c7b5dc6
fish: Fix export syntax
2023-05-11 17:48:01 -04:00
0038165390
Nixify fish config
...
Note that the home manager module isn't used here since the resulting
config.fish made fish noticeably slower on startup.
2023-05-11 17:19:21 -04:00
7f4eac5446
Migrate remaining neovim config to nix
2023-05-11 16:30:12 -04:00