restructure

This commit is contained in:
2026-04-22 13:53:13 -05:00
parent e950b4c162
commit 2fd2e5f2aa
16 changed files with 36 additions and 19 deletions

View File

@@ -1,9 +1,15 @@
{ inputs, ... }: {
{ self, inputs, ... }: {
flake.homeModules.nathan = { config, lib, pkgs, ... }: {
imports = [
imports = with self.homeModules; [
inputs.sops-nix.homeManagerModules.sops
nathan-terminal
nathan-mpd
nathan-nh
nathan-pywal
];
config = {

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.homeModules.nathan-bash = { config, lib, pkgs, ... }: {
flake.homeModules.nathan-terminal = { config, lib, pkgs, ... }: {
home.packages = with pkgs; [ oh-my-posh ];

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.homeModules.nathan-bat = { config, lib, pkgs, ... }: {
flake.homeModules.nathan-terminal = { config, lib, pkgs, ... }: {
programs.bat = {

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.homeModules.nathan-calcurse = { config, lib, pkgs, ... }: {
flake.homeModules.nathan-terminal = { config, lib, pkgs, ... }: {
config = {
home.packages = with pkgs; [

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.homeModules.nathan-eza = { config, lib, pkgs, ... }: {
flake.homeModules.nathan-terminal = { config, lib, pkgs, ... }: {
programs.eza = {

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.homeModules.nathan-fzf = { config, lib, pkgs, ... }: {
flake.homeModules.nathan-terminal = { config, lib, pkgs, ... }: {
programs.fzf = {

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.homeModules.nathan-git = { config, lib, ... }: {
flake.homeModules.nathan-terminal = { config, lib, ... }: {
config = {

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.homeModules.nathan-ohmyposh = { config, lib, pkgs, ... }: {
flake.homeModules.nathan-terminal = { config, lib, pkgs, ... }: {
home.packages = with pkgs; [
oh-my-posh

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.homeModules.nathan-opencode = { config, lib, ... }: {
flake.homeModules.nathan-terminal = { config, lib, ... }: {
config = {

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.homeModules.nathan-ripgrep = { ... }: {
flake.homeModules.nathan-terminal = { ... }: {
programs.ripgrep = {
enable = true;

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.homeModules.nathan-ssh = { ... }: {
flake.homeModules.nathan-terminal = { ... }: {
programs.ssh = {

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.homeModules.nathan-tmux = { config, lib, pkgs, ... }: {
flake.homeModules.nathan-terminal = { config, lib, pkgs, ... }: {
programs.tmux = {

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.homeModules.nathan-yazi = { ... }: {
flake.homeModules.nathan-terminal = { ... }: {
config = {
programs.yazi = {
enable = true;

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.homeModules.nathan-zoxide = { ... }: {
flake.homeModules.nathan-terminal = { ... }: {
programs.zoxide = {

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.homeModules.nathan-zsh = { lib, ... }: {
flake.homeModules.nathan-terminal = { lib, ... }: {
programs.zsh = {