mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +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
|
||||
wget
|
||||
htop
|
||||
tree
|
||||
bat
|
||||
fd
|
||||
ripgrep
|
||||
|
|
12
programs.nix
12
programs.nix
|
@ -17,6 +17,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
home-manager.enable = true;
|
||||
|
||||
git = {
|
||||
enable = true;
|
||||
delta = {
|
||||
|
@ -35,6 +37,16 @@
|
|||
|
||||
emacs.enable = true;
|
||||
|
||||
zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
exa = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
};
|
||||
|
||||
zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue