Work in progress
This commit is contained in:
parent
4dbc3df3a7
commit
bc1347a224
5 changed files with 21 additions and 21 deletions
|
@ -9,4 +9,13 @@
|
|||
services.emacs = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
binutils
|
||||
(ripgrep.override {withPCRE2 = true;})
|
||||
gnutls
|
||||
fd
|
||||
imagemagick
|
||||
sqlite
|
||||
];
|
||||
}
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
services.lorri.enable = true;
|
||||
|
||||
programs.exa = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue