about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-03 17:42:42 +0900
committersefidel <contact@sefidel.net>2022-03-03 17:42:42 +0900
commiteb0627ae6dc06721b4b0718f4cdba4274299f673 (patch)
treeff6aa31ea9643f67fdc9f7b5bdf6dc6b2dc9c2c3 /home/profiles
parentcb2515b3aacd6767dad93e00e5f9ca64cfb0b308 (diff)
downloadnixrc-eb0627ae6dc06721b4b0718f4cdba4274299f673.tar.gz
nixrc-eb0627ae6dc06721b4b0718f4cdba4274299f673.zip
feat(home/base): remove redundant 'phocus'
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/base/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 9a0d00a..18e9683 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -4,7 +4,7 @@ let
 
   neotheme = config.neotheme;
 
-  inherit (self.packages.x86_64-linux) neovim phocus;
+  inherit (self.packages.x86_64-linux) neovim;
 in
 {
   imports = [