diff options
Diffstat (limited to 'lib/const.nix')
-rw-r--r-- | lib/const.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/const.nix b/lib/const.nix new file mode 100644 index 0000000..0accd17 --- /dev/null +++ b/lib/const.nix @@ -0,0 +1,5 @@ +{ + fontSize = 16; + homedir = builtins.getEnv "HOME"; + gpgid = "66A6AD150399D970DCA4C4E6C8218B7D0BFDECCD"; +} |