Commit graph

164 commits

Author SHA1 Message Date
f6e1ff3986
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
bec3d840cb
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
2cde55691b
Fish, add nix-your-shell to fish 2025-05-22 09:29:35 -07:00
f5962d1d27
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
21c134cdba
Onizuka, enable sshd 2025-05-06 12:35:24 -07:00
196e86723b
Discord, switch to native from vesktop 2025-04-18 20:03:39 -07:00
90f4128164
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
8cd1945b3b
Postgres, service init 2025-04-09 14:06:04 -07:00
b5eea3d798
Forgejo, use sshd port internally, disable https 2025-03-27 09:26:52 -07:00
4b708b5fb3
Juri, add forgejo server with admin account 2025-03-24 12:36:15 -07:00
2c2c711dd9
Forgejo, init with admin account and server config
Automatically creates an admin account with sops data. Not my favorite
process because user needs to know to change the sops password to be
owned by forgejo, otherwise good though.

Has a bunch of useful config settings for setting up a server easily.
Commit with that to follow.

Point of worry: SSH_PORT setting isn't set, and will probably need to be
set later to allow people to commit and similar to the repos.
2025-03-24 12:33:48 -07:00
f373f2f743
Sshd, added port as option
Primarily so that it can be used in other modules since I default to a
non-standard port for obsecurity reasons.
2025-03-24 11:16:45 -07:00
42e9842061
Os, remove nnn from automatic apps
I'm in love with lf now. But my divorce has made me see that I do not in
fact need a terminal file browser as an automatic app. If anything is
getting added it's zoxide
2025-03-18 14:45:55 -07:00
25c92c2d9e
Timers, fix timers creating files when disabled
They aren't enabled--they should act like it.
2025-03-18 14:45:09 -07:00
6b73404361
Juri, pds + caddy running 2025-03-18 14:09:25 -07:00
85d6bb74e2
Caddy, caddy vhost configuration 2025-03-18 14:09:03 -07:00
b42f2570ac
Flake update 2025-03-17 2025-03-17 18:49:30 -07:00
68b38ecb38
Onizuka, fix hypr and new hosts structure 2025-03-17 18:49:30 -07:00
57a1d1f5b9
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
eed568e289
Juri, add sops and pds invocation 2025-03-17 16:28:57 -07:00
cb75b0a444
Pds, add default pds with config options 2025-03-17 16:28:46 -07:00
efa7cd004e
Sops, fix regex from systems to hosts, add Juri 2025-03-17 13:53:19 -07:00
224f3e5555
Sshd, 922 port and no password auth 2025-03-17 12:31:06 -07:00
66ba9163cb
Flake update 2025-03-12, remove Lix (build-time) 2025-03-12 22:32:46 -07:00
7c5bbbe9f4
Users, add juri and update automatic start version 2025-03-12 22:30:33 -07:00
5c4a4ef333
Sshd, very simple sshd setup 2025-03-12 22:29:53 -07:00
863891641f
Nvidia, add option to use open drivers 2025-02-23 14:40:00 -08:00
3b7b2eb45f
Librewolf, switch to hm from nixpkgs 2025-02-23 14:34:05 -08:00
bb463bfb3f
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
9ad9e42199
Flake update 2025-01-17, remove system = system 2025-01-22 10:14:01 -08:00
37b29f9a08
Flake update 2025-01-14 2025-01-14 13:29:17 -08:00
a4f50c3aee
Kitty, add catppuccin theme 2025-01-09 10:20:46 -08:00
f7ff7efe7c
Neovim, add catppuccin theme 2025-01-09 10:20:27 -08:00
dfbe5210c4
Neovim, go lang, remore rustacean lsp call 2025-01-09 09:35:51 -08:00
17c7fde05f
OS, add basic tailscale app 2025-01-08 13:39:56 -08:00
0f7638ad40
OS, add Non-EFI Support 2024-12-24 17:06:05 -08:00
5605c829b6
hmAuto, set username based on filedir 2024-12-01 00:18:43 -08:00
7cc650aea6
hmApps, refactor, clean up, break groups 2024-11-29 13:50:21 -08:00
49cb3c949c
hmServices, refactor extension, home to automatic 2024-11-29 13:50:15 -08:00
e2e3598230
Jibril, update to match new host modules 2024-11-29 02:09:23 -08:00
55bfb8a4fb
OSShells, refactor shells to single option 2024-11-29 02:09:23 -08:00
db7f132f6e
Apps, refactor, clean up, remove librewolf
Refactors to use app.nix for easier extension.

Removes librewolf from host, as it makes more sense on the user every
time.
2024-11-29 02:09:23 -08:00
1f59950af8
OSAuto, remove autoUpgrade and Broken XDG Stuff 2024-11-29 02:09:23 -08:00
8560b319cf
OsModules, remove excess arguments 2024-11-29 02:09:23 -08:00
525f68172b
Services, refactor, clean up, service to automatic
Move service to automatic since it has a separate purpose.

Refactor the default.nix code to include service.nix files so it is
easier to extend code.
2024-11-29 02:09:23 -08:00
dfb064e92b
Lix, switch to lix from nix, bump flake 2024-11-29 02:09:18 -08:00
f8b582e89e
Flake update 2024-11-28 2024-11-28 14:25:17 -08:00
91e5b47a8f
Hosts, add wheel and network group management 2024-11-28 14:18:11 -08:00
d994e11918
System, dynamic users for host, removes user.name
adds a new specialArg to hosts: usernameList, which is a list of users
determined through user/user.nix in the host/hostname dir.

This touches syncthing, tuigreet, jibril, shells, and system

removes the user.name field, and converts user.timezone to
system.timezone. This is to move user content off of the host.

This old system is replaced with dynamic user creation based on the
usernameList variable

Because this removes the users.users.defaultUser shells now use the
(more appropriate) users.defaultUserShell
2024-11-28 13:55:44 -08:00
6124a298eb
System, get hostname from directory structure 2024-11-25 13:21:06 -08:00