remove dev dependencies and added cachix
This commit is contained in:
parent
b38b6512ea
commit
a1067ac63e
@ -6,6 +6,19 @@
|
|||||||
inputs.home-manager.darwinModules.default
|
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 = {
|
users.users.mthomson = {
|
||||||
home = "/Users/mthomson";
|
home = "/Users/mthomson";
|
||||||
};
|
};
|
||||||
|
@ -16,8 +16,9 @@
|
|||||||
btop
|
btop
|
||||||
spotify-player
|
spotify-player
|
||||||
neofetch
|
neofetch
|
||||||
nodejs
|
jq
|
||||||
corepack_latest
|
fzf
|
||||||
|
ripgrep
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user