mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 18:05:37 +00:00
enable charm
This commit is contained in:
parent
a8d1369c49
commit
c08f08692b
@ -29,6 +29,7 @@ darwin.lib.darwinSystem {
|
||||
nixpkgs.overlays = [ firefox-darwin.overlay ] ++ overlays;
|
||||
# Set registry to flake packages, used for nix X commands
|
||||
nix.registry.nixpkgs.flake = nixpkgs;
|
||||
charm.enable = true;
|
||||
neovim.enable = true;
|
||||
mail.enable = true;
|
||||
mail.aerc.enable = true;
|
||||
@ -42,7 +43,7 @@ darwin.lib.darwinSystem {
|
||||
python.enable = true;
|
||||
lua.enable = true;
|
||||
kubernetes.enable = true;
|
||||
"1password".enable = true;
|
||||
_1password.enable = true;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
@ -33,6 +33,7 @@ nixpkgs.lib.nixosSystem {
|
||||
wsl.enable = false;
|
||||
publicKey = null;
|
||||
|
||||
charm.enable = true;
|
||||
neovim.enable = true;
|
||||
media.enable = true;
|
||||
firefox.enable = true;
|
||||
|
@ -41,7 +41,6 @@ in {
|
||||
tealdeer # Cheatsheets
|
||||
tree # View directory hierarchy
|
||||
htop # Show system processes
|
||||
glow # Pretty markdown previews
|
||||
qrencode # Generate qr codes
|
||||
vimv-rs # Batch rename files
|
||||
dig # DNS lookup
|
||||
|
Loading…
Reference in New Issue
Block a user