remove dev dependencies and added cachix
This commit is contained in:
parent
b38b6512ea
commit
a1067ac63e
@ -6,6 +6,19 @@
|
||||
inputs.home-manager.darwinModules.default
|
||||
];
|
||||
|
||||
nix.settings = {
|
||||
trusted-users = ["mthomson"];
|
||||
|
||||
substituters = [
|
||||
"https://cache.nixos.org"
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
|
||||
users.users.mthomson = {
|
||||
home = "/Users/mthomson";
|
||||
};
|
||||
|
@ -16,8 +16,9 @@
|
||||
btop
|
||||
spotify-player
|
||||
neofetch
|
||||
nodejs
|
||||
corepack_latest
|
||||
jq
|
||||
fzf
|
||||
ripgrep
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user