diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-02-24 13:00:54 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-02-24 13:00:54 -0500 |
| commit | cfa595c7264a3618759d8382de0996017c558e26 (patch) | |
| tree | a1cfcaa716330734cc6b1be59dd0b668e446f057 /modules/foot.nix | |
| parent | c867dd3ea21816e69de08088385d0d9246433765 (diff) | |
| download | home-cfa595c7264a3618759d8382de0996017c558e26.tar.gz | |
stuff and things...
Diffstat (limited to 'modules/foot.nix')
| -rw-r--r-- | modules/foot.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/foot.nix b/modules/foot.nix index 4752562..e427c3a 100644 --- a/modules/foot.nix +++ b/modules/foot.nix @@ -1,6 +1,5 @@ { config, lib, pkgs, ... }: let - inherit lib config; cfg = config.modules.foot; in { |