mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
Clean up
This commit is contained in:
parent
673524b947
commit
9ad1975f72
33 changed files with 358 additions and 471 deletions
|
@ -1,12 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
cfg = config.jopejoe1.local;
|
||||
in
|
||||
{
|
||||
options.jopejoe1.local = {
|
||||
enable = lib.mkEnableOption "Enable Locals";
|
||||
};
|
||||
let cfg = config.jopejoe1.local;
|
||||
in {
|
||||
options.jopejoe1.local = { enable = lib.mkEnableOption "Enable Locals"; };
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
xdg = {
|
||||
|
@ -39,9 +35,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
environment.variables = {
|
||||
LOG_ICONS = "true";
|
||||
};
|
||||
environment.variables = { LOG_ICONS = "true"; };
|
||||
|
||||
fonts.fontDir.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue