mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
run nix fmt
This commit is contained in:
parent
eab8e4b1d8
commit
d5cbe31c02
61 changed files with 1299 additions and 830 deletions
|
@ -1,7 +1,9 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
let cfg = config.jopejoe1.common;
|
||||
in {
|
||||
let
|
||||
cfg = config.jopejoe1.common;
|
||||
in
|
||||
{
|
||||
options.jopejoe1.common = {
|
||||
enable = lib.mkEnableOption "Enable Common Homanger settings";
|
||||
gui = lib.mkEnableOption "Graphical programms";
|
||||
|
@ -63,4 +65,3 @@ in {
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue