1
Fork 0
satellite/home/euporie.nix
2023-12-12 14:32:06 +01:00

12 lines
166 B
Nix

{
imports = [
./global.nix
./features/wayland/hyprland
];
# Set up my custom imperanence wrapper
satellite.persistence = {
enable = true;
};
}