mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-19 10:42:29 -05:00
12 lines
204 B
Nix
12 lines
204 B
Nix
{ pkgs, inputs, ... }:
|
|
{
|
|
imports = [
|
|
inputs.dms.homeModules.dank-material-shell
|
|
../swww
|
|
];
|
|
|
|
programs.dank-material-shell = {
|
|
enable = true;
|
|
dgop.package = pkgs.unstable.dgop;
|
|
};
|
|
}
|