update
This commit is contained in:
parent
1a6510e65b
commit
1de852f23c
@ -2,10 +2,12 @@
|
||||
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
[
|
||||
inputs.home-manager.darwinModules.default
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nix.settings = {
|
||||
trusted-users = ["mthomson"];
|
||||
|
||||
@ -29,6 +31,15 @@
|
||||
hello
|
||||
];
|
||||
|
||||
services = {
|
||||
skhd = {
|
||||
enable = true;
|
||||
skhdConfig = ''
|
||||
cmd - return : wezterm
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
useGlobalPkgs = true;
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
btop
|
||||
spotify
|
||||
spotify-player
|
||||
neofetch
|
||||
jq
|
||||
|
@ -0,0 +1,3 @@
|
||||
return {
|
||||
'dmmulroy/ts-error-translator.nvim'
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user