updated home-manager config
This commit is contained in:
parent
269b79d81d
commit
a32963ddf8
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
@ -46,7 +46,6 @@
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[
|
[
|
||||||
pavucontrol
|
pavucontrol
|
||||||
noisetorch
|
|
||||||
efibootmgr
|
efibootmgr
|
||||||
zigpkgs."0.13.0"
|
zigpkgs."0.13.0"
|
||||||
ghostty.packages.x86_64-linux.default
|
ghostty.packages.x86_64-linux.default
|
||||||
|
@ -159,6 +158,8 @@
|
||||||
|
|
||||||
programs.mangohud.enable = true;
|
programs.mangohud.enable = true;
|
||||||
|
|
||||||
|
programs.noisetorch.enable = true;
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue