2024-09-29 23:21:17 +00:00
|
|
|
{config, ...}: {
|
2024-09-29 21:48:55 +00:00
|
|
|
imports = [
|
|
|
|
../../programs/editors/neovim.nix
|
|
|
|
|
|
|
|
../../programs
|
|
|
|
../../programs/games
|
|
|
|
|
|
|
|
../../services/udiskie.nix
|
|
|
|
|
|
|
|
../../terminal/emulators/gnome-terminal.nix
|
|
|
|
../../terminal/emulators/wezterm.nix
|
|
|
|
];
|
2024-09-29 23:21:17 +00:00
|
|
|
config.theme.wallpaper = ../../../wallpapers/lucy-edgerunners-wallpaper.jpg;
|
2024-09-29 21:48:55 +00:00
|
|
|
}
|