mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 22:45:37 +00:00
add charm packages, fix neovim tree height
This commit is contained in:
parent
9b0dcaba9f
commit
ae90b1041d
@ -102,7 +102,6 @@ M.packer = function(use)
|
||||
},
|
||||
view = {
|
||||
width = 30,
|
||||
height = 30,
|
||||
hide_root_folder = false,
|
||||
side = "left",
|
||||
mappings = {
|
||||
|
12
modules/shell/charm.nix
Normal file
12
modules/shell/charm.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }: {
|
||||
|
||||
home-manager.users.${config.user} = {
|
||||
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
skate # Key-value store
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
{ ... }: {
|
||||
imports = [
|
||||
./age.nix
|
||||
./charm.nix
|
||||
./direnv.nix
|
||||
./fish
|
||||
./fzf.nix
|
||||
|
Loading…
Reference in New Issue
Block a user