Fix strange hyprland home error, temp disable fish direnv integration
This commit is contained in:
parent
40b79a59a6
commit
690d99830b
|
@ -95,7 +95,7 @@
|
|||
"tux@Monarch" = let
|
||||
hostname = "Monarch";
|
||||
system = "aarch64-darwin";
|
||||
pkgs = inputs.nixpkgs.legacyPackages.${system};
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs extraSpecialArgs;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
direnv.enableFishIntegration = true;
|
||||
# direnv.enableFishIntegration = true;
|
||||
fzf.enableFishIntegration = true;
|
||||
keychain.enableFishIntegration = true;
|
||||
starship.enableFishIntegration = true;
|
||||
|
|
|
@ -1,13 +1,8 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
{pkgs, ...}: let
|
||||
username = "elitherl";
|
||||
homeDirectory = "/home/${username}";
|
||||
in {
|
||||
imports = [
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
../../home/shell/fish.nix
|
||||
../../home/git/work.nix
|
||||
../../home/ssh/work.nix
|
||||
|
|
Loading…
Reference in a new issue