forked from extern/nix-config
chore: Move home-manager modules to ./home
This commit is contained in:
parent
b4242e0f55
commit
39e206a89b
@ -19,12 +19,12 @@ in
|
|||||||
config = { pkgs, ... }: {
|
config = { pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
../modules/neovim
|
|
||||||
../modules/fish-starship
|
../modules/fish-starship
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.sharedModules = [
|
home-manager.sharedModules = [
|
||||||
../home/git
|
../home/git
|
||||||
|
../home/neovim
|
||||||
];
|
];
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
|
@ -4,13 +4,17 @@
|
|||||||
./feh
|
./feh
|
||||||
./git
|
./git
|
||||||
./gpg
|
./gpg
|
||||||
|
./joshuto
|
||||||
./kitty
|
./kitty
|
||||||
./mime-apps
|
./mime-apps
|
||||||
./mpv
|
./mpv
|
||||||
./ncmpcpp
|
./ncmpcpp
|
||||||
|
./neovim
|
||||||
./qutebrowser
|
./qutebrowser
|
||||||
./rofi
|
./rofi
|
||||||
./waybar
|
./waybar
|
||||||
|
./waycorner
|
||||||
|
./xdg-user-dirs
|
||||||
./zathura
|
./zathura
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -5,15 +5,11 @@
|
|||||||
./fish-starship
|
./fish-starship
|
||||||
./fonts
|
./fonts
|
||||||
./hyprland
|
./hyprland
|
||||||
./joshuto
|
|
||||||
./librewolf
|
./librewolf
|
||||||
./neovim
|
|
||||||
./piper
|
./piper
|
||||||
./pipewire
|
./pipewire
|
||||||
./stylix
|
./stylix
|
||||||
./swaylock
|
./swaylock
|
||||||
./thunar
|
./thunar
|
||||||
./waycorner
|
|
||||||
./xdg-user-dirs
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user