mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +00:00
fix home-manager, add zoxide and exa
This commit is contained in:
parent
9b967d3f89
commit
308026ded8
3 changed files with 12 additions and 15 deletions
14
brew.nix
14
brew.nix
|
@ -1,14 +0,0 @@
|
||||||
{ pkgs, config, lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
casks = [
|
|
||||||
"nordvpn"
|
|
||||||
"blobsaver"
|
|
||||||
"firefox"
|
|
||||||
"vlc"
|
|
||||||
"steam"
|
|
||||||
"iterm2"
|
|
||||||
"discord"
|
|
||||||
"arduino"
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -57,7 +57,6 @@ let
|
||||||
pv
|
pv
|
||||||
wget
|
wget
|
||||||
htop
|
htop
|
||||||
tree
|
|
||||||
bat
|
bat
|
||||||
fd
|
fd
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
12
programs.nix
12
programs.nix
|
@ -17,6 +17,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home-manager.enable = true;
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
delta = {
|
delta = {
|
||||||
|
@ -35,6 +37,16 @@
|
||||||
|
|
||||||
emacs.enable = true;
|
emacs.enable = true;
|
||||||
|
|
||||||
|
zoxide = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
exa = {
|
||||||
|
enable = true;
|
||||||
|
enableAliases = true;
|
||||||
|
};
|
||||||
|
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue