mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +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 = [
|
home-manager.sharedModules = [
|
||||||
../modules/git
|
../home/git
|
||||||
];
|
];
|
||||||
|
|
||||||
users = {
|
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
|
./waycorner
|
||||||
./xdg-user-dirs
|
./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}"
|
"${VARIABLES.hostHardwareConfiguration}"
|
||||||
../overlays
|
../overlays
|
||||||
../modules
|
../modules
|
||||||
|
../home
|
||||||
../containers/rar.nix
|
../containers/rar.nix
|
||||||
../containers/wine.nix
|
../containers/wine.nix
|
||||||
../containers/dev.nix
|
../containers/dev.nix
|
||||||
|
@ -3,6 +3,7 @@ require "./methods/*"
|
|||||||
|
|
||||||
check_top_level_imports("modules")
|
check_top_level_imports("modules")
|
||||||
check_top_level_imports("overlays")
|
check_top_level_imports("overlays")
|
||||||
|
check_top_level_imports("home")
|
||||||
|
|
||||||
describe "./overlays/joshuto/default.nix", tags: "online" do
|
describe "./overlays/joshuto/default.nix", tags: "online" do
|
||||||
it "uses the latest joshuto commit" do
|
it "uses the latest joshuto commit" do
|
||||||
|
Loading…
Reference in New Issue
Block a user