diff options
| author | stefan <stefan@s00.xyz> | 2025-03-10 00:42:32 -0400 |
|---|---|---|
| committer | stefan <stefan@s00.xyz> | 2025-03-10 00:42:32 -0400 |
| commit | 54200271fffc4c9e267197e05bb776e0e6cb9a1b (patch) | |
| tree | 2611daf22537997f205ce22b9ca7b0f198d4e5ae /modules/global.nix | |
| parent | 5b72fc95b02b2d650239d1b678f09ce3ef296eb7 (diff) | |
| download | home-54200271fffc4c9e267197e05bb776e0e6cb9a1b.tar.gz | |
updates
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/global.nix b/modules/global.nix index adedc50..a5413ff 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -52,6 +52,7 @@ in packages = with pkgs; [ nerd-fonts.comic-shanns-mono + eza ] ++ (lib.optional cfg.notNixOS nixgl.auto.nixGLDefault) ++ (lib.optionals cfg.wayland [ |