mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
chore: Move home-manager modules to ./home
This commit is contained in:
parent
b4242e0f55
commit
39e206a89b
@ -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 = {
|
||||
|
@ -4,13 +4,17 @@
|
||||
./feh
|
||||
./git
|
||||
./gpg
|
||||
./joshuto
|
||||
./kitty
|
||||
./mime-apps
|
||||
./mpv
|
||||
./ncmpcpp
|
||||
./neovim
|
||||
./qutebrowser
|
||||
./rofi
|
||||
./waybar
|
||||
./waycorner
|
||||
./xdg-user-dirs
|
||||
./zathura
|
||||
];
|
||||
}
|
||||
|
@ -5,15 +5,11 @@
|
||||
./fish-starship
|
||||
./fonts
|
||||
./hyprland
|
||||
./joshuto
|
||||
./librewolf
|
||||
./neovim
|
||||
./piper
|
||||
./pipewire
|
||||
./stylix
|
||||
./swaylock
|
||||
./thunar
|
||||
./waycorner
|
||||
./xdg-user-dirs
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user