flocon/home/profiles/solaire/default.nix

13 lines
274 B
Nix

{config, ...}: {
imports = [
../../programs/editors/neovim.nix
../../programs
../../programs/games
../../services/udiskie.nix
../../terminal/emulators/konsole.nix
];
config.theme.wallpaper = ../../../wallpapers/lucy-edgerunners-wallpaper.jpg;
}