nixos-config/modules/user
2025-10-11 22:14:11 -05:00
..
art Gonna try making materials 2025-07-18 09:45:37 -05:00
blender Setup for declarative blender prefs 2025-10-11 22:14:11 -05:00
bluetooth Trying ashell 2025-03-08 16:24:10 -06:00
browser Fixes 2025-10-11 11:58:35 -05:00
dmenu-scripts Trying ashell 2025-03-08 16:24:10 -06:00
editor some yazi fixes 2025-06-22 12:16:54 -05:00
emacs Zoom is kinda important 2025-10-11 18:38:53 -05:00
engineering Trying vscodium out 2025-05-28 18:28:25 -05:00
flatpak Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate 2025-02-09 16:50:26 -06:00
git Make git easier 2025-07-18 09:46:13 -05:00
gnome gnome fixes 2025-06-19 08:58:42 -05:00
godot Hacky declarative godot settings 2025-10-11 21:52:10 -05:00
hyprland Screenshot and capture improvements 2025-10-11 18:39:56 -05:00
japanese fixed various problems 2025-03-08 17:54:36 -06:00
keepass Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate 2025-02-09 16:50:26 -06:00
localai messing around with some ai 2025-09-25 20:23:29 -05:00
media Removed some unnecessary stuff 2025-07-05 10:46:55 -05:00
music Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate 2025-02-09 16:50:26 -06:00
nix home manager uses global packages 2025-02-18 20:37:23 -06:00
office Fix qt styling 2025-08-31 18:09:00 -05:00
plasma updated system 2025-05-31 12:05:26 -05:00
ranger ranger gcode preview script 2025-03-19 11:04:07 -05:00
recording Screenshot and capture improvements 2025-10-11 18:39:56 -05:00
remote Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate 2025-02-09 16:50:26 -06:00
shell Add devenv 2025-09-14 09:41:08 -05:00
stylix Fix qt styling 2025-08-31 18:09:00 -05:00
terminal some yazi fixes 2025-06-22 12:16:54 -05:00
userInfo Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate 2025-02-09 16:50:26 -06:00
virtualization/virtual-machines Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate 2025-02-09 16:50:26 -06:00
vscodium Trying vscodium out 2025-05-28 18:28:25 -05:00
xdg Screenshot and capture improvements 2025-10-11 18:39:56 -05:00
yazi Yazi improvements 2025-10-11 18:40:04 -05:00
default.nix Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate 2025-02-09 16:50:26 -06:00
home.nix home manager uses global packages 2025-02-18 20:37:23 -06:00
README.org Mention secrets repo + some todos 2025-10-01 20:25:42 -05:00

User-level Nix Modules

Separate Nix files can be imported as modules using an import block:

imports = [ import1.nix
            import2.nix
            ...
          ];

Modules in this directory are used are user-level configurations.