mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
meta: Use separate directory for home-manager modules
This commit is contained in:
parent
cac5d0c159
commit
181ea09092
@ -24,7 +24,7 @@ in
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
../modules/git
|
||||
../home/git
|
||||
];
|
||||
|
||||
users = {
|
||||
|
16
home/default.nix
Normal file
16
home/default.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
home-manager.sharedModules = [
|
||||
./dunst
|
||||
./feh
|
||||
./git
|
||||
./gpg
|
||||
./kitty
|
||||
./mime-apps
|
||||
./mpv
|
||||
./ncmpcpp
|
||||
./qutebrowser
|
||||
./rofi
|
||||
./waybar
|
||||
./zathura
|
||||
];
|
||||
}
|
@ -16,19 +16,4 @@
|
||||
./waycorner
|
||||
./xdg-user-dirs
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
./dunst
|
||||
./feh
|
||||
./git
|
||||
./gpg
|
||||
./kitty
|
||||
./mime-apps
|
||||
./mpv
|
||||
./ncmpcpp
|
||||
./qutebrowser
|
||||
./rofi
|
||||
./waybar
|
||||
./zathura
|
||||
];
|
||||
}
|
||||
|
@ -13,6 +13,7 @@ let VARIABLES = import ./variables.nix; in {
|
||||
"${VARIABLES.hostHardwareConfiguration}"
|
||||
../overlays
|
||||
../modules
|
||||
../home
|
||||
../containers/rar.nix
|
||||
../containers/wine.nix
|
||||
../containers/dev.nix
|
||||
|
@ -3,6 +3,7 @@ require "./methods/*"
|
||||
|
||||
check_top_level_imports("modules")
|
||||
check_top_level_imports("overlays")
|
||||
check_top_level_imports("home")
|
||||
|
||||
describe "./overlays/joshuto/default.nix", tags: "online" do
|
||||
it "uses the latest joshuto commit" do
|
||||
|
Loading…
Reference in New Issue
Block a user