updated home-manager config
This commit is contained in:
parent
398f118709
commit
9f9dfd3758
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
@ -74,6 +74,7 @@
|
||||||
dxvk_2
|
dxvk_2
|
||||||
mangohud
|
mangohud
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
|
asdf-vm
|
||||||
# for cmpm17
|
# for cmpm17
|
||||||
binwalk
|
binwalk
|
||||||
exiftool
|
exiftool
|
||||||
|
@ -138,6 +139,7 @@
|
||||||
sys-update = "git add configuration.nix ; git commit -m 'updated system config'; git push origin main; sudo nixos-rebuild switch --flake ~/.dotfiles/#nmarks";
|
sys-update = "git add configuration.nix ; git commit -m 'updated system config'; git push origin main; sudo nixos-rebuild switch --flake ~/.dotfiles/#nmarks";
|
||||||
full-update = "sys-update; hm-update";
|
full-update = "sys-update; hm-update";
|
||||||
};
|
};
|
||||||
|
shellInit = "source '$HOME/.nix-profile/share/asdf-vm/asdf.fish' ";
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue