Commit graph

157 commits

Author SHA1 Message Date
dd8d3d12f6 Flake update 2024-11-07 2024-11-08 10:12:45 -08:00
8c83400842 Nvidia, remove deprecated driSupport32Bit 2024-11-08 10:12:45 -08:00
30d6d63e75 Jibril, update secrets, wireless and shell 2024-11-08 10:12:43 -08:00
0d78a8932b Wireless, host specified networks 2024-11-07 14:59:12 -08:00
f92e03a36d Sops, add user secret management 2024-11-07 14:58:37 -08:00
bb2c29495c 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
c1351567cc Flake update 2024-07-15, and hypr cachix fix 2024-07-15 18:37:14 -07:00
34f2abf578 Flake update 2024-07-14 2024-07-14 04:05:22 -07:00
c2c4cff183 Hypr, fix cachix support 2024-07-14 04:04:58 -07:00
e395acbc2b Pan, add zoom for meetings ;-; 2024-07-08 01:11:04 -07:00
5a62376c57 Flake update 2024-06-05 2024-06-05 00:49:59 -07:00
b0d8c4f6d1 Flake update 2024-06-05 2024-06-05 00:43:23 -07:00
6fa29aff73 Pan, add java8 to play beta minecraft 2024-06-05 00:37:17 -07:00
ed8bd0726f Git, add signing 2024-05-27 01:55:38 -07:00
6ae7c1ff65 Pan, add gnucash for financial management 2024-05-27 01:55:38 -07:00
d7854326b2 Hypr, Update settings for 0.40.0
Update refresh rate now that Nvidia Driver 555 is available
Remove Cursor environment variable (no longer needed)
Explicitly set which graphics card to use
Add extra environment variable because everyone says to :)))
2024-05-27 01:55:38 -07:00
3fc9d9fb08 Neovim, filetype to string from boolean 2024-05-27 01:55:38 -07:00
d5103a2cc9 Kitty, remove yes/no prompt on close 2024-05-27 01:55:38 -07:00
1a325049ae Bump flakes, use hyprland?submodules=1 2024-05-26 17:42:47 -07:00
ee770c4db9 Nvidia, switch to beta, enable fbdev 2024-05-26 17:25:02 -07:00
3927fd8cfc Onizuka, remove virtualbox 2024-05-26 17:12:00 -07:00
83b6b5b887 Onizuka, add tablet support 2024-05-26 17:07:00 -07:00
b68dbc1aa3 Tablet, add opentabletdrivers 2024-05-26 17:05:34 -07:00
2b8a16b91f Systems, remove unstablePkgs reference 2024-05-26 17:03:15 -07:00
065aed42e3 Onizuka, switch to fish from zsh 2024-05-26 17:00:36 -07:00
f160b56597 Bump flakes, use hyprland?submodules=1 2024-05-26 16:55:15 -07:00
4ac46cee92 neovim, add rust language support 2024-04-23 23:17:10 -07:00
36d13dffcf lf, add fish cd-alias 2024-04-21 01:43:11 -07:00
e2935c18f6 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
29194dc530 Steam, add gamemode and gamemode option 2024-04-18 15:43:29 -07:00
c9d441c965 Nvidia, add kernel module, exclude nouvaeu module 2024-04-18 15:42:25 -07:00
2465081d0c Nvidia, add opencl icd and runtime 2024-04-18 15:41:58 -07:00
baa9ce0720 lf, change lfcd to lf in zshrc 2024-04-18 15:38:03 -07:00
e48fffffb9 neovim: Add file and git finding to telescope 2024-04-18 02:47:02 -07:00
919e787bc9 Neovim, add vimwiki extension 2024-04-18 02:46:51 -07:00
bac13eadf7 Add zoxide and add zoxide support in lf 2024-04-18 02:46:08 -07:00
ea22a354cb Lf, add trash-cli support 2024-04-18 02:45:46 -07:00
7de2d4f368 Neovim, Add c language support 2024-04-18 02:45:25 -07:00
8ab7d15d35 Hypr, fix workspace bug, add xonsh for scripts 2024-04-18 02:44:42 -07:00
2b24d4e454 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
02fe68372c Refactor codebase to use nix modules 2024-04-18 02:42:11 -07:00
bbd5b2f423 Hypr, add icon support 2024-04-18 02:41:26 -07:00
aa74f4c040 Add lf 2024-04-18 02:41:19 -07:00
1d3bd89f14 Add zsh, swap alacritty for kitty
Adds zsh with nix-your-shell support

switch from alacritty to kitty

Add zsh

Fix ZSH, and switch to ZSH from alacritty

Add zsh prompt

Swap any-nix-shell for nix-your-shell
2024-04-18 02:39:03 -07:00
79ff5f1301 Add kitty, obs, and scripts skeleton code
Also refactors some flake.nix code to not use dictionaries
2024-04-18 02:37:51 -07:00
60abc10092 Hypr, Add window rules for touhou and overwatch 2024-04-18 02:37:33 -07:00
da01356041 Hypr, Add kde-polkit client to hypr 2024-04-18 02:37:21 -07:00
d40316ca70 Hypr, fix nvidia screen tearing issue
Fixes an issue causing screen tearing by reducing refresh rate to 60Hz.

Disables window swallowing because I accidentally added that to this
commit
2024-04-18 02:36:30 -07:00
4492690057 Discord, swap betterdiscord for vesktop
Change better discord for vesktop

Update hypr rules to call vesktop instead of discord
2024-04-18 02:35:29 -07:00
5d9f2aaf29 make nix use xdg-standard 2024-04-16 00:26:29 -07:00