Commit graph

15 commits

Author SHA1 Message Date
fc876b2ea5
treewide: update options API
The options API has been updated, in order for a more flexible setup
with `local.modules.desktop.enable` being replaced with an enum of
desktops at `local.systemVars.desktop`, which allows for switching
desktop environments by changing a single option. This is so that we can
switch to cosmic and only enable the programs we need (i.e. disable
greetd because we use cosmic-greeter and enable terminals since that is
desktop related). This is simpler than having a different module per
desktop.
2025-02-06 18:47:01 +01:00
d10986e1ac
services/searx: fix secrets relative path 2025-02-06 15:20:46 +01:00
35f686107a
services/greetd: enable gnome-keyring on greetd unlock 2025-02-06 14:36:47 +01:00
693471833c
services: fix gnome keyring not unlocking on login 2025-02-05 22:10:34 +01:00
a762326b79
services/gtk: set theme and variant using dconf, change accent to purple 2025-02-04 23:07:01 +01:00
2fb09d12d6
services/gtk: add theme package and session variables 2025-02-04 21:36:40 +01:00
0599562807
services/gtk: use base16 colors for gtk 2025-02-04 21:19:08 +01:00
30548fd17e
services/greetd: fix environment variables 2025-02-03 11:48:51 +01:00
49c75ab62d
treewide: use hjem fork, remove shared module 2025-02-02 23:03:42 +01:00
b2f958e681
services/greetd: remove regreet (unused), hide default hyprland stuff 2025-01-30 17:34:05 +01:00
fb5ed25b58
services/ssh: add keys to agent automatically 2025-01-30 15:05:48 +01:00
774b73ecfd
treewide: replace nautilus with thunar 2025-01-29 11:24:47 +01:00
6ab835555c
treewide: remove home-manager (switch to hjem)
As my NixOS configuration kept growing, I noticed that I don't need
home-manager as much as I did before. A lot of what I need is just a way
to map nix attrsets to the program's respective configuration format,
which is something that I can now do myself, as my nix knowledge got
more extensive. After all of this, I decided to completely get rid of
home-manager, and switch to a simpler solution called hjem, which just
lets me write files to my home directory that are automatically
symlinked using `systemd-tmpfiles`.

This allows me to simplify my configuration, remove the separation
between NixOS and home-manager modules, and cut my eval times by quite a
lot (which allows for faster `nixos-rebuild switch`!).
2025-01-27 23:57:47 +01:00
8fe0604299
repo: huge refactor
Refactored the entire repository structure, as putting everything into
modules was just awkward. Took heavy inspiration from fufexan's
repository, fufexan/dotfiles, as the structure felt much saner.
2024-09-29 23:48:55 +02:00
9af73f65f4
modules: split into categories 2024-09-25 08:35:08 +02:00