This commit is contained in:
Michael Thomson 2024-03-05 09:23:23 -05:00
parent 1a6510e65b
commit 1de852f23c
No known key found for this signature in database
3 changed files with 16 additions and 1 deletions

View File

@ -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;

View File

@ -18,6 +18,7 @@
home.packages = with pkgs; [
btop
spotify
spotify-player
neofetch
jq

View File

@ -0,0 +1,3 @@
return {
'dmmulroy/ts-error-translator.nvim'
}