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