chore: Move home-manager modules to ./home

This commit is contained in:
Donovan Glover 2023-06-16 08:23:48 -04:00
parent b4242e0f55
commit 39e206a89b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
10 changed files with 5 additions and 5 deletions

View File

@ -19,12 +19,12 @@ in
config = { pkgs, ... }: {
imports = [
home-manager.nixosModules.home-manager
../modules/neovim
../modules/fish-starship
];
home-manager.sharedModules = [
../home/git
../home/neovim
];
users = {

View File

@ -4,13 +4,17 @@
./feh
./git
./gpg
./joshuto
./kitty
./mime-apps
./mpv
./ncmpcpp
./neovim
./qutebrowser
./rofi
./waybar
./waycorner
./xdg-user-dirs
./zathura
];
}

View File

@ -5,15 +5,11 @@
./fish-starship
./fonts
./hyprland
./joshuto
./librewolf
./neovim
./piper
./pipewire
./stylix
./swaylock
./thunar
./waycorner
./xdg-user-dirs
];
}