8 lines
142 B
Nix
8 lines
142 B
Nix
|
{ self, config, lib, pkgs, ... }:
|
||
|
let inherit (lib) fileContents;
|
||
|
in
|
||
|
{
|
||
|
pub-solar.graphical.enable = true;
|
||
|
pub-solar.sway.enable = true;
|
||
|
}
|