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