nix/{os,home-manager}: cleanup
This commit is contained in:
parent
f476755ac3
commit
3316605df5
6 changed files with 10 additions and 33 deletions
|
@ -47,4 +47,12 @@ in {
|
|||
|
||||
programs.command-not-found.enable = true;
|
||||
programs.fzf.enable = true;
|
||||
|
||||
home.packages =
|
||||
[] ++ (with pkgs; [
|
||||
# Authentication
|
||||
cacert
|
||||
openssl
|
||||
mkpasswd
|
||||
]);
|
||||
}
|
||||
|
|
|
@ -21,14 +21,4 @@ in {
|
|||
fi
|
||||
''};
|
||||
'';
|
||||
|
||||
nixpkgs.config = {
|
||||
|
||||
packageOverrides = pkgs: with pkgs; {
|
||||
homeshick = builtins.fetchGit {
|
||||
url = "https://github.com/andsens/homeshick.git";
|
||||
ref = "master";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue