diff options
author | sefidel <contact@sefidel.net> | 2022-02-15 22:26:04 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-15 22:26:04 +0900 |
commit | ea0560c9780ff9fde7109e54dd51b744056af4c0 (patch) | |
tree | 2efef9e27af67a3a65d3c0cb2a7f55ff7602ac9c /home/profiles/base | |
parent | 45d580d257725ee743f0719f1ff5d5fe0c9cd8a7 (diff) | |
download | nixrc-ea0560c9780ff9fde7109e54dd51b744056af4c0.tar.gz nixrc-ea0560c9780ff9fde7109e54dd51b744056af4c0.zip |
chore: add theme TODOs
Diffstat (limited to 'home/profiles/base')
-rw-r--r-- | home/profiles/base/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 63013c7..ac2f952 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -34,6 +34,7 @@ in home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ-AA"; + # TODO: use limestone theme neotheme = { name = "Nightlamp Theme - Iceberg Variant"; identifier = "nightlamp-iceberg"; |