moved gh
This commit is contained in:
@@ -26,7 +26,6 @@
|
|||||||
bash
|
bash
|
||||||
git
|
git
|
||||||
eza
|
eza
|
||||||
gh
|
|
||||||
sops
|
sops
|
||||||
gdbm
|
gdbm
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -20,11 +20,12 @@
|
|||||||
home.homeDirectory = lib.mkForce "${userSettings.adHome}";
|
home.homeDirectory = lib.mkForce "${userSettings.adHome}";
|
||||||
systemd.user.startServices = "sd-switch"; # helps with handling systemd services when switching
|
systemd.user.startServices = "sd-switch"; # helps with handling systemd services when switching
|
||||||
imports = [
|
imports = [
|
||||||
|
(import ./zsh.nix)
|
||||||
(import ./git.nix {inherit userSettings;})
|
(import ./git.nix {inherit userSettings;})
|
||||||
(import ./zsh.nix {inherit userSettings;})
|
|
||||||
];
|
];
|
||||||
programs = {
|
programs = {
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
|
gh.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ userSettings, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "eza -lg";
|
ls = "eza -lgs type -o --no-time";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user