big refactor

This commit is contained in:
Asaki Yuki 2026-04-09 10:36:32 +07:00
commit 76d68230f6
81 changed files with 3065 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{ lib, osconfig, ... }: {
imports = [
(../../../modules/features/home/ghostty.nix)
(../../../modules/features/home/kitty.nix)
(../../../modules/features/home/bash.nix)
(../../../modules/features/home/starship.nix)
(../../../modules/features/home/tmux.nix)
(../../../modules/features/home/fastfetch.nix)
(../../../modules/features/home/vscode.nix)
(../../../modules/features/home/obs-studio.nix)
(../../../modules/features/home/xdg.nix)
(../../../modules/features/home/packages.nix)
(../../../modules/programs/nixvim/_nixvim.nix)
(../../../modules/programs/nixcord/default.nix)
(../../../modules/features/home/niri.nix)
(../../../modules/programs/hyprland/default.nix)
];
}