mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 23:16:43 -05:00
Trying To Add discord
This commit is contained in:
parent
8a3bb1cdde
commit
517dd12828
4 changed files with 38 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ config, lib, pkgs, ...}:
|
||||
{
|
||||
imports = [
|
||||
./applications
|
||||
./utilities
|
||||
];
|
||||
options = {
|
||||
|
|
@ -12,6 +13,10 @@
|
|||
type = lib.types.str;
|
||||
description = "Puny Hooman readable name of the user";
|
||||
};
|
||||
gui = lib.mkEnableOption {
|
||||
description = "Enable graphics.";
|
||||
default = false;
|
||||
};
|
||||
};
|
||||
config =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue