Commit graph

37 commits

Author SHA1 Message Date
d84c63fe6c Flake, flake-part+easy-host, remove unused inputs
IF YOU ARE NOT ME: I would not use this configuration. In the past I
would feel confident telling you to drop in your own host and be off to
the races, but right now users are in a state which required hard coding
some of my nominal preferences. Read on for more specifics

Completely refactors the flake.nix part of the repo. This removes my
strange legacy code for directory-based hosts+users in favor of using
easy-host and flake-parts.

As a result of this some specialArgs were lost, namely the list of users
and the username being passed. I think this is the right way to go in
the short term, but it has lead to some hardcoded values. Namely "pan"
is created as a user regardless of configuration

In tandem with this is the deprecation of some modules which had inputs
in flake which I wasn't using. I'm sure there is a better way to do
this, but I didn't like downloading and caching them every time when I
knew I wasn't using them.

I'm currently very unhappy with the users part of this change, but that
wasn't the goal of this branch. I will revisit in a larger commit.
2025-11-26 14:33:04 -08:00
a299b45725 Flake update 2025-11-05 & Niri fix 2025-11-17 09:25:24 -08:00
2d262b0fba Neovim, add typescript support 2025-07-10 13:52:40 -07:00
05f85ea127 Neovim, <leader>d to peak diagnostics
this helps me see longer diagnostics, and also fixes a weird terminal
display error when proxy remoting to Onizuka
2025-05-22 09:29:35 -07:00
185ee4f25d Neovim, remove default rust lint enforcement
I'm sorry to say but I use 2 spaces instead of 4, and I prefer a line
width of 80, not 100. For that reason I'm disabling rust linting if the
language is enabled.
2025-05-22 09:29:35 -07:00
630a73117a Fish, add nix-your-shell to fish 2025-05-22 09:29:35 -07:00
8ede8136ea Niri, Hypr, Flake Bump, tuigreet, init niri
Sets up a config for Niri which involved both the host and user config
settings. It's a semi basic set up to be improved on further later.

This also needs to bump flake so that niri can be added to the flake
update. I don't know what the flake bump date was at this point, so I'll
have to bump it again soon.

This needs to break apart the "waylandcompositors" service to allow niri
and hypr to better fit the directory structure. Otherwise Hypr is
unchanged.

need to update the tuigreet default WM based on the currently selected
one. Currently prioritizes Hyprland > Niri because I didn't want to
write assert code...
2025-05-22 09:27:37 -07:00
09806b22be Discord, switch to native from vesktop 2025-04-18 20:03:39 -07:00
7fd019b53f Fish, fix pull/push prompt and change characters
The prompt has been broken for a while now on pull/push, this is because
it was using unicode characters that were larger in the terminal,
causing wraps that would reprint lines. I changed the characters for
push/pull because of it.

I also removed the stash character, and changed the dirty and staged
characters to match the new characters
2025-04-16 11:52:16 -07:00
f6bced0e83 Polkit,Hypr, update kde-packages to qt6, remove portal
There is a warning to update before deprecation. This is a fix for that.
Remove a conflicting portal implementation
2025-03-17 18:48:26 -07:00
400edf0951 Librewolf, switch to hm from nixpkgs 2025-02-23 14:34:05 -08:00
55b9d772eb Hypr, fix rebuild not working due to missing icons
The old .gitignore contained the hypr icons path. Newer versions of nix
did not want to rebuild because hypr/icons didn't exist in git. The fix
was simple to move the .gitignore from the home directory to inside of
the icons folder and include it. That way icons can be added and the
folder exists.

Oh--this also adds musescore because that was the impetus to fix this...
It has nothing critical to do with the commit, I'd just rather have them
in one rn
2025-01-22 10:19:51 -08:00
6769c38a13 Kitty, add catppuccin theme 2025-01-09 10:20:46 -08:00
e4d8245203 Neovim, add catppuccin theme 2025-01-09 10:20:27 -08:00
547dd01e34 Neovim, go lang, remore rustacean lsp call 2025-01-09 09:35:51 -08:00
e40177da9e hmApps, refactor, clean up, break groups 2024-11-29 13:50:21 -08:00
3cc4f623ba Hypr, move from xonsh to python3 2024-11-11 14:23:11 -08:00
6c632490d5 Hypr, update from no_gaps_when_only 2024-11-11 14:23:11 -08:00
7ec06f1585 Hypr, fix package nix store paths 2024-11-11 14:22:53 -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
ed8bd0726f Git, add signing 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
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
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