Compare commits
No commits in common. "01a306d3649ce701044370a68a2a98c23488993f" and "8aee01984ba7c9459fe73b1f7e79f162f4e1f569" have entirely different histories.
01a306d364
...
8aee01984b
|
@ -8,10 +8,6 @@
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
home.sessionPath = [
|
|
||||||
"$HOME/.local/bin"
|
|
||||||
];
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
wsl-open
|
wsl-open
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
qemu-user
|
qemu
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue