diff options
| -rw-r--r-- | configuration.nix | 3 | ||||
| -rw-r--r-- | modules/torrent.nix (renamed from modules/torrent.home.nix) | 0 | ||||
| -rw-r--r-- | overlays-home.nix | 2 | ||||
| -rw-r--r-- | overlays-system.nix | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/configuration.nix b/configuration.nix index 9f77b86..e89159a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,7 +14,7 @@ in ./packages.nix ./overlays-system.nix ./modules/login.nix - ./modules/torrent.home.nix + ./modules/torrent.nix ./modules/work.nix ./modules/keyboard/default.nix ]; @@ -125,6 +125,7 @@ in i18n.defaultLocale = "en_US.UTF-8"; services.xserver.xkb.layout = "us"; + home-manager.useGlobalPkgs = true; # Home manager home-manager.users.imsohexy = { pkgs, ... }: { imports = [ ./home.nix ]; diff --git a/modules/torrent.home.nix b/modules/torrent.nix index 9266f44..9266f44 100644 --- a/modules/torrent.home.nix +++ b/modules/torrent.nix diff --git a/overlays-home.nix b/overlays-home.nix index dbeb552..fc85510 100644 --- a/overlays-home.nix +++ b/overlays-home.nix @@ -4,7 +4,7 @@ let in { nixpkgs.overlays = with overlays; [ - pass-with-dmenu + # pass-with-dmenu # Home manager issue {https://discourse.nixos.org/t/error-when-upgrading-nixos-related-to-fcitx-engines/26940} (self: super: { diff --git a/overlays-system.nix b/overlays-system.nix index 5bbe607..4ae9609 100644 --- a/overlays-system.nix +++ b/overlays-system.nix @@ -4,7 +4,7 @@ let in { nixpkgs.overlays = with overlays; [ - # neovim-nightly + pass-with-dmenu qutebrowser j4-dmenu-desktop ]; |
