f5d7fba157
meta: Move dev tools to neovim module
...
This fixes some neovim plugins throwing errors due to missing things
such as language servers.
Note that although it *would* be possible to abstract this functionality
into a variety of imports, options, or other abstractions, including
everything at once should reduce complexity since I am not interested in
maintaining different states of configuration. In other words, either
everything works, or something doesn't work and then everything works.
2023-06-12 16:54:12 -04:00
7d79840d3d
containers(dev): Add fish-starship
2023-06-12 15:10:13 -04:00
610cc8acf0
starship: Disable container module
...
The container module has been broken for a while and doesn't show
relevant container names.
See: https://github.com/starship/starship/issues/3592
2023-06-12 15:07:52 -04:00
cbdd5998ec
meta: Add dev container
...
Note that this container uses home-manager from the Nix flake on the
host system, which is pretty cool.
Currently modules in this repository *don't* differentiate between
home-manager and nixos, but this could be changed in the future to
support e.g. my home-manager neovim config on a non-nixos system.
2023-06-12 14:54:40 -04:00
9692307bd9
nix: Simplify
2023-06-12 13:40:56 -04:00
a2886940f4
nix: Move hosts to src
...
Might change this later once home-manager and nixos modules are
separated.
2023-06-12 13:26:54 -04:00
883c4780da
nix(ncmpcpp): Compact keybinds
...
Now possible since nixpkgs-fmt is used instead of alejandra.
2023-06-12 10:29:25 -04:00
5e65df256a
meta: Add treefmt
2023-06-12 03:48:15 -04:00
797c0e8ec4
neovim: Add fcitx-vim
...
This plugin enables smooth integration between fcitx5 and neovim. In
order words, you no longer have to manually change input methods when
switching between normal mode and insert mode.
2023-06-12 03:12:48 -04:00
41f23b165c
nix(joshuto): Fix typo
2023-06-12 03:12:11 -04:00
4e2292ebe6
joshuto(icons): Remove unused directory names
2023-06-12 03:11:40 -04:00
ce57cd1433
containers: Remove hostCfg
...
This shouldn't be needed since there are many other ways to share
configuration from the host, and I never used opengl.extraPackages
anyway.
2023-06-12 03:07:03 -04:00
1deb12331d
nix: Syntax highlight more strings
2023-06-11 15:37:06 -04:00
f7f8f56119
nix(joshuto): Inline toml config
...
This lets us take advantage of nix strings while having the entire
config in a single portable file.
Note that someone already wrote a home manager module for joshuto, which
should get merged soon.
See: https://github.com/nix-community/home-manager/pull/4004
2023-06-11 14:51:50 -04:00
759e4b6d72
hyprland: Don't use groups
...
I haven't used groups in a while and find things simpler that way.
2023-06-11 14:32:32 -04:00
13bde07ee7
hyprland: Remove tags script
...
Moving windows one by one guarantees their order, which is something
this script was unable to achieve.
2023-06-11 14:30:39 -04:00
d06d47f76a
nix: Simplify
2023-06-11 09:55:44 -04:00
44d296b2c7
nix: Replace formatter with nixpkgs-fmt
2023-06-11 09:46:26 -04:00
e268781e8e
nix: Simplify
2023-06-11 09:42:16 -04:00
43a07cc8d9
treewide: Switch from alejandra to nixpkgs-fmt
...
Neither nixfmt nor alejandra support the "standard" way to syntax
highlight multi-line strings in Nix, so nixpkgs-fmt is the only viable
solution.
2023-06-11 09:37:27 -04:00
09f2ce62de
mime-apps: Add default browser
2023-06-11 09:25:36 -04:00
04e0c8d038
Update packages
2023-06-11 09:22:32 -04:00
5e1b179f4c
hyprland: Fix fps drop after inactivity
...
This fixes an issue where Hyprland would drop from 60fps to 45fps after
being idle for some time, often 1 minute and 30 seconds. This was
problematic for viewing content while idle at 60fps with XWayland in
windowed fullscreen.
See: https://github.com/hyprwm/Hyprland/issues/2484
2023-06-11 06:21:27 -04:00
421b77a3db
nix(hyprland): Add syntax highlighting
2023-06-11 06:14:02 -04:00
19661bd0bf
waybar: Decrease active workspace background
2023-06-10 20:59:34 -04:00
b4cde71c3b
waybar: Add border-bottom to workspace buttons
2023-06-10 20:59:18 -04:00
50e317fc22
nix: Formatting
2023-06-10 20:58:45 -04:00
31ad806ce7
nix: Add syntax highlighting to strings
...
Note that alejandra currently does not handle these comments properly.
See: https://github.com/kamadorueda/alejandra/issues/366
2023-06-10 20:13:41 -04:00
e42bfc091a
fish: Perform local tests by default
2023-06-10 20:07:55 -04:00
e492d80d0b
tests: Differentiate between local and online tests
2023-06-10 20:07:39 -04:00
53685b9e5e
neovim: Add vim-nix-rummik
...
This change enables syntax highlighting of Nix strings with comments.
2023-06-10 20:06:36 -04:00
73282e699b
modules: Add waycorner
2023-06-10 19:07:55 -04:00
1b0fe2d78f
chore: Update flake inputs
2023-06-10 10:42:21 -04:00
feff455ddd
nix: Remove nixpkgs-master
...
Not needed anymore since waycorner and nwg-dock-hyprland are in
nixos-unstable.
2023-06-10 10:41:17 -04:00
9dacce9704
tests: Split methods into separate files
2023-06-10 10:24:47 -04:00
6c880d65a5
neovim: Make startify script always work
...
One of the beauties of Nix is that you don't have to depend on what is
available in a user's $PATH.
2023-06-10 10:17:43 -04:00
80e2052651
tests: Add tests for overlays
2023-06-10 09:48:14 -04:00
c91d02adc0
tests: Modularize import checker
2023-06-10 09:37:52 -04:00
36ddba7e9b
tests: Only import modules that exist
2023-06-10 09:27:36 -04:00
ad377d14fa
overlays: Add kitty duplicate lines patch
...
Patches the issue described below:
https://github.com/kovidgoyal/kitty/issues/6306
2023-06-10 08:31:22 -04:00
8251867144
librewolf: Highlight all by default
2023-06-10 08:15:33 -04:00
e037c54561
fish: Replace tput reset with tput clear
...
This should fix an issue where colors would previously get changed after
clearing the terminal.
2023-06-09 21:50:38 -04:00
ce289bb112
hyprland: Stack by default
...
This should keep focus on the first window open per workspace, which
should help compartmentalize workspaces based on function.
2023-06-09 21:26:48 -04:00
38188f4e19
qutebrowser: Improve accept_language formatting
2023-06-09 21:25:46 -04:00
d6fe14b803
hyprland: Add gaps keybind
...
Useful when you want to use gaps.
2023-06-09 21:18:35 -04:00
7654520135
modules: Add mime-apps
2023-06-09 16:21:52 -04:00
1ab27e7fe7
variables: Add defaultBrowser
2023-06-09 16:12:41 -04:00
9e5db2273b
fcitx5-mozc: Use separate files for config
2023-06-09 12:34:20 -04:00
72c548910d
chore: Update flake inputs
2023-06-09 11:33:22 -04:00
20b1d42701
neovim: Use vim-crystal from nixpkgs/unstable
2023-06-09 10:39:07 -04:00