Commit graph

13 commits

Author SHA1 Message Date
985a5ea6e6
pan@jibril, enable miku cursor 2024-11-11 14:23:11 -08:00
65282e05c9
Global, Hypr, Systems, Flake update 2024-10-21
Refactored systems to be dependant on host. So that jibril and onizuka
can have separate profiles. Doing this split up the systems/ folder, and
also forced a flake update to test. This was done midway through the
hypr rework, and would have been difficult to decouple, so I just did a
big commit instead <3

Refactored the entire hypr system to use settings and nix rather than
its native config. This is working and tested on Jibril, but is missing
the scripts used for switching workspaces on Onizuka.
2024-10-24 10:35:36 -07:00
07ce0cb9fe
Pan, add zoom for meetings ;-; 2024-07-08 01:11:04 -07:00
c3db864c6f
Pan, add java8 to play beta minecraft 2024-06-05 00:37:17 -07:00
26a879aa3a
Pan, add gnucash for financial management 2024-05-27 01:55:38 -07:00
1b6627bcbe neovim, add rust language support 2024-04-23 23:17:10 -07:00
9978fb7921 Fish, simplify functions, move n alias call
Simplifies the git_ family of functions to make fish_right_prompt more
readable. git_prompt function is added, which prints the relevant git
prompt information. The git_ family of functions is moved into the
git_prompt function, and fish_right_prompt calls git_prompt

Going forward I'm trying to have modules in charge of the data for
other modules, so I moved the nnn alias call from fish to n, and added a
handy "extraFunctions" config option to fish. Maintaining the fish
module's control of the functions, but allowing others to add stuff in
2024-04-21 01:19:38 -07:00
263b6a2a08 Neovim, add vimwiki extension 2024-04-18 02:46:51 -07:00
6d463dc0c5 Add zoxide and add zoxide support in lf 2024-04-18 02:46:08 -07:00
42a5498417 Lf, add trash-cli support 2024-04-18 02:45:46 -07:00
14b3dab476 Neovim, Add c language support 2024-04-18 02:45:25 -07:00
0352e8e4d3 Neovim, refactor to use modules, lua, and LSP
Refactors the neovim config to use nix modules, and changes the plugins
to favor the builtin neovim LSP over COC. Changes all code to use lua
code instead of vimscript.
2024-04-18 02:44:29 -07:00
ffada2703c Refactor codebase to use nix modules 2024-04-18 02:42:11 -07:00