aboutsummaryrefslogtreecommitdiff
path: root/overlays-home.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-05-20 19:53:11 +0530
committerAkshay Nair <phenax5@gmail.com>2025-05-20 19:53:11 +0530
commitbbf484a0965330aa729c9861d0385d0fccbb4da5 (patch)
treea75b7dbf3b79db721fb0d46f65a1f8ad8f31c3ca /overlays-home.nix
parentc45d004dd6a297f346fc302ed7a88304cf9f20fb (diff)
downloadnixos-config-bbf484a0965330aa729c9861d0385d0fccbb4da5.tar.gz
nixos-config-bbf484a0965330aa729c9861d0385d0fccbb4da5.zip
Remove unnecassary bits (alsa-utils udev rules, lsd, unclutter, overlays, keybase, firefox)
Diffstat (limited to 'overlays-home.nix')
-rw-r--r--overlays-home.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/overlays-home.nix b/overlays-home.nix
index fc85510..2edbccc 100644
--- a/overlays-home.nix
+++ b/overlays-home.nix
@@ -3,12 +3,12 @@ let
overlays = import ./overlays/default.nix { };
in
{
- nixpkgs.overlays = with overlays; [
- # pass-with-dmenu
-
- # Home manager issue {https://discourse.nixos.org/t/error-when-upgrading-nixos-related-to-fcitx-engines/26940}
- (self: super: {
- fcitx-engines = super.fcitx5;
- })
- ];
+ # nixpkgs.overlays = with overlays; [
+ # # pass-with-dmenu
+ #
+ # # Home manager issue {https://discourse.nixos.org/t/error-when-upgrading-nixos-related-to-fcitx-engines/26940}
+ # (self: super: {
+ # fcitx-engines = super.fcitx5;
+ # })
+ # ];
}