cleanup(host@doloro): changing paths of modules
This commit is contained in:
@@ -13,11 +13,11 @@
|
|||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./modules/greetd/nixos.nix
|
../../modules/greetd/nixos.nix
|
||||||
./modules/stylix/nixos.nix
|
../../modules/stylix/nixos.nix
|
||||||
./modules/steam/nixos.nix
|
../../modules/steam/nixos.nix
|
||||||
./modules/hyprland/nixos.nix
|
../../modules/hyprland/nixos.nix
|
||||||
./disks.nix
|
../../disks.nix
|
||||||
./overlays.nix
|
./overlays.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -8,20 +8,20 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./modules/hyprland/home.nix
|
../../modules/hyprland/home.nix
|
||||||
./modules/quickshell/home.nix
|
../../modules/quickshell/home.nix
|
||||||
./modules/chromium/home.nix
|
../../modules/chromium/home.nix
|
||||||
#./modules/neovim/home.nix
|
#./modules/neovim/home.nix
|
||||||
./modules/stylix/home.nix
|
../../modules/stylix/home.nix
|
||||||
./modules/nixvim/home.nix
|
../../modules/nixvim/home.nix
|
||||||
./modules/tmux/home.nix
|
../../modules/tmux/home.nix
|
||||||
./modules/theme/home.nix
|
../../modules/theme/home.nix
|
||||||
# ./modules/spicetify/home.nix
|
# ./modules/spicetify/home.nix
|
||||||
./modules/obs/home.nix
|
../../modules/obs/home.nix
|
||||||
./modules/blender/home.nix
|
../../modules/blender/home.nix
|
||||||
./modules/fish/home.nix
|
../../modules/fish/home.nix
|
||||||
./modules/ytm/home.nix
|
../../modules/ytm/home.nix
|
||||||
./overlays.nix
|
../../overlays.nix
|
||||||
];
|
];
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
# manage.
|
# manage.
|
||||||
|
|||||||
Reference in New Issue
Block a user