2024-10-01 16:14:49 +00:00
|
|
|
{
|
|
|
|
self,
|
|
|
|
inputs,
|
|
|
|
...
|
|
|
|
}: {
|
2024-09-29 21:48:55 +00:00
|
|
|
imports = [
|
2024-10-01 16:14:49 +00:00
|
|
|
"${self}/home/services/udiskie.nix"
|
2024-09-29 21:48:55 +00:00
|
|
|
|
2024-10-01 16:14:49 +00:00
|
|
|
"${self}/home/programs"
|
|
|
|
"${self}/home/programs/plasma"
|
|
|
|
"${self}/home/programs/games"
|
2024-09-29 21:48:55 +00:00
|
|
|
|
2024-10-01 16:14:49 +00:00
|
|
|
"${self}/home/terminal/emulators/konsole.nix"
|
2024-09-29 21:48:55 +00:00
|
|
|
|
2024-10-01 16:14:49 +00:00
|
|
|
"${self}/home/programs/editors/neovim.nix"
|
|
|
|
|
|
|
|
inputs.plasma-manager.homeManagerModules.plasma-manager
|
2024-09-29 21:48:55 +00:00
|
|
|
];
|
2024-09-29 23:21:17 +00:00
|
|
|
config.theme.wallpaper = ../../../wallpapers/lucy-edgerunners-wallpaper.jpg;
|
2024-09-29 21:48:55 +00:00
|
|
|
}
|