diff options
author | sefidel <contact@sefidel.net> | 2021-12-31 21:36:32 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2021-12-31 21:42:28 +0900 |
commit | 4dae1769aaf420643f99685c420197239f6b8755 (patch) | |
tree | 0a177f703b12147950d6d1a5bb66a24d5ae05b5a /flake.nix | |
parent | 729d0b0dec6453bc69571c0e142e77170fa30fad (diff) | |
download | nixrc-4dae1769aaf420643f99685c420197239f6b8755.tar.gz nixrc-4dae1769aaf420643f99685c420197239f6b8755.zip |
*: fix minor designs
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 1abccf3..8e08556 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,7 @@ nixpkgs-extra.url = "git+https://git.sr.ht/~boppy/nixpkgs-extra?ref=main"; nixpkgs-extra.inputs.nixpkgs.follows = "nixpkgs"; + phocus = { url = "git+https://git.sr.ht/~boppy/phocus"; flake = false; }; wallpapers = { url = "git+https://git.sr.ht/~boppy/wall?ref=main"; flake = false; }; }; |