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
|
"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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue