mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-20 11:48:21 +02:00
Simplifying imports
This commit is contained in:
parent
02cc09d144
commit
eb7692a0e7
3
config/default.nix
Normal file
3
config/default.nix
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
imports = [ ./system ];
|
||||||
|
}
|
27
home.nix
27
home.nix
@ -18,24 +18,23 @@
|
|||||||
inputs.hyprland.homeManagerModules.default
|
inputs.hyprland.homeManagerModules.default
|
||||||
|
|
||||||
# Enable &/ Configure Programs
|
# Enable &/ Configure Programs
|
||||||
# ./config/home/waybar.nix
|
./config/home/waybar.nix
|
||||||
# ./config/home/swaync.nix
|
./config/home/swaync.nix
|
||||||
# ./config/home/swaylock.nix
|
./config/home/swaylock.nix
|
||||||
# ./config/home/starship.nix
|
./config/home/starship.nix
|
||||||
# ./config/home/neofetch.nix
|
./config/home/neofetch.nix
|
||||||
# ./config/home/hyprland.nix
|
./config/home/hyprland.nix
|
||||||
# ./config/home/kitty.nix
|
./config/home/kitty.nix
|
||||||
# ./config/home/rofi.nix
|
./config/home/rofi.nix
|
||||||
# ./config/home/vim.nix
|
./config/home/vim.nix
|
||||||
# ./config/home/bash.nix
|
./config/home/bash.nix
|
||||||
# ./config/home/gtk-qt.nix
|
./config/home/gtk-qt.nix
|
||||||
./config/home/
|
|
||||||
|
|
||||||
# Install Programs & Scripts For User
|
# Install Programs & Scripts For User
|
||||||
# ./config/home/packages.nix
|
./config/home/packages.nix
|
||||||
|
|
||||||
# Place Home Files Like Pictures
|
# Place Home Files Like Pictures
|
||||||
# ./config/home/files.nix
|
./config/home/files.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Define Settings For Xresources
|
# Define Settings For Xresources
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./config/system
|
./config/
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
|
Loading…
x
Reference in New Issue
Block a user