added budgie option
This commit is contained in:
parent
ba5e256794
commit
2ee8fe31a8
2 changed files with 13 additions and 1 deletions
|
|
@ -1,5 +1,16 @@
|
|||
{ config, pkgs, lib, ...}:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkEnableOption mkIf;
|
||||
cfg = config.speccon18.desktop.budgie;
|
||||
in {
|
||||
options.speccon18.desktop.budgie = {
|
||||
enable = mkEnableOption "enables specs custom budgie setup";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
budgie.budgie-desktop-with-plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue