diff options
author | Silas Schöffel <sils@sils.li> | 2024-10-29 21:58:59 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-10-29 21:58:59 +0100 |
commit | 0008fb79b9faac6e1f96379241b6556f02866143 (patch) | |
tree | 4afd06174b46c413a5146996b9e361f6a58436e9 /flake.nix | |
parent | hyprland: remove neo keyboard layout (diff) | |
download | nix-config-0008fb79b9faac6e1f96379241b6556f02866143.tar.gz nix-config-0008fb79b9faac6e1f96379241b6556f02866143.zip |
use local theme file
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix index 0a6793d..1f49f16 100644 --- a/flake.nix +++ b/flake.nix @@ -98,11 +98,6 @@ }; }; - base16-tokyo-night-scheme = { - url = "git+https://git.michaelball.name/gid/base16-tokyo-night-scheme.git"; - flake = false; - }; - systems = { url = "git+https://codeberg.org/sils/systems"; # specify systems to evaluate }; |