nix/home/platforms/fabian@posixlycorrect/gui/default.nix
2024-09-17 19:36:41 -06:00

20 lines
241 B
Nix

{
config,
pkgs,
lib,
...
}: {
imports = [
./autorandr.nix
./fonts.nix
./i3.nix
./polybar.nix
./startx.nix
./picom.nix
];
services = {
dunst.enable = true;
betterlockscreen.enable = true;
};
}