Compare commits
2 Commits
8aee01984b
...
01a306d364
Author | SHA1 | Date | |
---|---|---|---|
01a306d364 | |||
ed83f76126 |
@ -8,6 +8,10 @@
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.sessionPath = [
|
||||
"$HOME/.local/bin"
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
wsl-open
|
||||
xdg-utils
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
qemu
|
||||
qemu-user
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user