From eb7692a0e7789509f0465573248224e9f44f6a1a Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Sat, 20 Jan 2024 12:58:42 -0600 Subject: [PATCH] Simplifying imports --- config/default.nix | 3 +++ home.nix | 27 +++++++++++++-------------- system.nix | 2 +- 3 files changed, 17 insertions(+), 15 deletions(-) create mode 100644 config/default.nix diff --git a/config/default.nix b/config/default.nix new file mode 100644 index 0000000..8411244 --- /dev/null +++ b/config/default.nix @@ -0,0 +1,3 @@ +{ + imports = [ ./system ]; +} diff --git a/home.nix b/home.nix index 819e1d5..96016ad 100644 --- a/home.nix +++ b/home.nix @@ -18,24 +18,23 @@ inputs.hyprland.homeManagerModules.default # Enable &/ Configure Programs - # ./config/home/waybar.nix - # ./config/home/swaync.nix - # ./config/home/swaylock.nix - # ./config/home/starship.nix - # ./config/home/neofetch.nix - # ./config/home/hyprland.nix - # ./config/home/kitty.nix - # ./config/home/rofi.nix - # ./config/home/vim.nix - # ./config/home/bash.nix - # ./config/home/gtk-qt.nix - ./config/home/ + ./config/home/waybar.nix + ./config/home/swaync.nix + ./config/home/swaylock.nix + ./config/home/starship.nix + ./config/home/neofetch.nix + ./config/home/hyprland.nix + ./config/home/kitty.nix + ./config/home/rofi.nix + ./config/home/vim.nix + ./config/home/bash.nix + ./config/home/gtk-qt.nix # Install Programs & Scripts For User - # ./config/home/packages.nix + ./config/home/packages.nix # Place Home Files Like Pictures - # ./config/home/files.nix + ./config/home/files.nix ]; # Define Settings For Xresources diff --git a/system.nix b/system.nix index 93c4a2e..42cdb42 100644 --- a/system.nix +++ b/system.nix @@ -6,7 +6,7 @@ imports = [ ./hardware.nix - ./config/system + ./config/ ]; # Enable networking