Commit graph

140 commits

Author SHA1 Message Date
f27cec2c9a Users, add juri and update automatic start version 2025-03-12 22:30:33 -07:00
a37979255d Sshd, very simple sshd setup 2025-03-12 22:29:53 -07:00
bc07a7ba54 Nvidia, add option to use open drivers 2025-02-23 14:40:00 -08: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
0fb01f4edb Flake update 2025-01-17, remove system = system 2025-01-22 10:14:01 -08:00
5c01a63feb Flake update 2025-01-14 2025-01-14 13:29:17 -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
62fe907e91 OS, add basic tailscale app 2025-01-08 13:39:56 -08:00
f9611c32df OS, add Non-EFI Support 2024-12-24 17:06:05 -08:00
183d51f601 hmAuto, set username based on filedir 2024-12-01 00:18:43 -08:00
e40177da9e hmApps, refactor, clean up, break groups 2024-11-29 13:50:21 -08:00
87568dfd98 hmServices, refactor extension, home to automatic 2024-11-29 13:50:15 -08:00
c5b4191d66 Jibril, update to match new host modules 2024-11-29 02:09:23 -08:00
f53b6d0ded OSShells, refactor shells to single option 2024-11-29 02:09:23 -08:00
7919d19fe9 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
66bca2bd56 OSAuto, remove autoUpgrade and Broken XDG Stuff 2024-11-29 02:09:23 -08:00
89b2c68b89 OsModules, remove excess arguments 2024-11-29 02:09:23 -08:00
6cc642d32f 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
42ff2d37c0 Lix, switch to lix from nix, bump flake 2024-11-29 02:09:18 -08:00
31313733c2 Flake update 2024-11-28 2024-11-28 14:25:17 -08:00
9ab0f5bfc9 Hosts, add wheel and network group management 2024-11-28 14:18:11 -08:00
10038a1fde 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
85262bf9e1 System, get hostname from directory structure 2024-11-25 13:21:06 -08:00
9aa49cd3ae Users, use directory-driven users in flake.nix
This converts from the old manually defined users in flake.nix to a
dynamically defined users based on the directory structure. This is the
same as 9171e53 but for users instead of hosts.
2024-11-25 09:55:24 -08:00
9171e5365c Hosts, Use directory-driven hosts in flake.nix
This adds some code to flake.nix to read the directory of hosts/ and
find all hosts based on their host.nix file, and set the hostname based
on the directory.

I don't know enough about hostnames to know what are valid characters,
but in the future this could allow a hostname such as "servers/madoka"
which may be an issue. For now the structure is simple enough of
"hosts/name" resulting in hostname "name"

Another commit is planned which will do the same thing for users
2024-11-14 13:58:59 -08:00
c2c59c63cf Merge home-manager into nixos
Previously the home-manager and nixos sections of my config had been
separated into different branches on the same repository. This commit
merges the home-manager modules into the directory, and convert the
"systems" that used to be on each branch into hosts and users.

The goal of this change is to make it easier to see the hosts and users
paradigm, as well as limit the number of locations the git repository is
installed. Additionally, having different branches tracking different
changes was silly for a git repository.
2024-11-11 21:01:02 -08:00
48b5cfc448 pan@jibril, enable miku cursor 2024-11-11 14:23:11 -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
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