Fix strange hyprland home error, temp disable fish direnv integration

This commit is contained in:
Evie Litherland-Smith 2023-07-16 18:41:00 +01:00
parent 40b79a59a6
commit 690d99830b
3 changed files with 3 additions and 8 deletions

View file

@ -95,7 +95,7 @@
"tux@Monarch" = let "tux@Monarch" = let
hostname = "Monarch"; hostname = "Monarch";
system = "aarch64-darwin"; system = "aarch64-darwin";
pkgs = inputs.nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
in in
home-manager.lib.homeManagerConfiguration { home-manager.lib.homeManagerConfiguration {
inherit pkgs extraSpecialArgs; inherit pkgs extraSpecialArgs;

View file

@ -18,7 +18,7 @@
} }
]; ];
}; };
direnv.enableFishIntegration = true; # direnv.enableFishIntegration = true;
fzf.enableFishIntegration = true; fzf.enableFishIntegration = true;
keychain.enableFishIntegration = true; keychain.enableFishIntegration = true;
starship.enableFishIntegration = true; starship.enableFishIntegration = true;

View file

@ -1,13 +1,8 @@
{ {pkgs, ...}: let
pkgs,
inputs,
...
}: let
username = "elitherl"; username = "elitherl";
homeDirectory = "/home/${username}"; homeDirectory = "/home/${username}";
in { in {
imports = [ imports = [
inputs.hyprland.homeManagerModules.default
../../home/shell/fish.nix ../../home/shell/fish.nix
../../home/git/work.nix ../../home/git/work.nix
../../home/ssh/work.nix ../../home/ssh/work.nix