Nix hm #1
1 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
home = {
|
||||||
|
packages = with pkgs; [
|
||||||
|
wslu
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue