mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-16 16:40:49 +01:00
Change default.nix to system.nix as it is the system config
This commit is contained in:
parent
9557e321d9
commit
02cc09d144
@ -46,7 +46,7 @@
|
||||
inherit wallpaperDir; inherit wallpaperGit;
|
||||
inherit deviceProfile;
|
||||
};
|
||||
modules = [ ./default.nix
|
||||
modules = [ ./system.nix
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.extraSpecialArgs = { inherit username;
|
||||
inherit gitUsername; inherit gitEmail;
|
||||
|
27
home.nix
27
home.nix
@ -18,23 +18,24 @@
|
||||
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/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/
|
||||
|
||||
# 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
|
||||
|
@ -6,11 +6,7 @@
|
||||
imports =
|
||||
[
|
||||
./hardware.nix
|
||||
./config/system/boot.nix
|
||||
./config/system/polkit.nix
|
||||
./config/system/intel-opengl.nix
|
||||
./config/system/amd-opengl.nix
|
||||
./config/system/autorun.nix
|
||||
./config/system
|
||||
];
|
||||
|
||||
# Enable networking
|
Loading…
Reference in New Issue
Block a user