mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 01:24:05 -05:00
setup DankLinux
This commit is contained in:
parent
e41cdeb3b3
commit
f3cb7d5611
2 changed files with 14 additions and 0 deletions
|
|
@ -117,6 +117,10 @@
|
|||
iamb-flake.url = "github:ulyssa/iamb/v0.0.11-alpha.1";
|
||||
quadlet-nix.url = "github:SEIAROTg/quadlet-nix";
|
||||
deferred-apps.url = "github:WitteShadovv/deferred-apps";
|
||||
dms = {
|
||||
url = "github:AvengeMedia/DankMaterialShell/stable";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# CrOS inputs
|
||||
nix-secrets.url = "git+ssh://git@github.com/TheWanderingCrow/nix-secrets";
|
||||
|
|
|
|||
10
home/crow/common/optional/desktops/dank/default.nix
Normal file
10
home/crow/common/optional/desktops/dank/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.dms.homeModules.dankMaterialShell.default
|
||||
];
|
||||
|
||||
programs.dankMaterialShell = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue