Compare commits

..

No commits in common. "01a306d3649ce701044370a68a2a98c23488993f" and "8aee01984ba7c9459fe73b1f7e79f162f4e1f569" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -8,10 +8,6 @@
programs.home-manager.enable = true;
home.sessionPath = [
"$HOME/.local/bin"
];
home.packages = with pkgs; [
wsl-open
xdg-utils

View File

@ -2,6 +2,6 @@
{
home.packages = with pkgs; [
qemu-user
qemu
];
}