Got my NixOS flake to run under WSL!
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
# Core
|
||||
zsh
|
||||
git
|
||||
syncthing
|
||||
|
||||
# Office
|
||||
libreoffice-fresh-unwrapped
|
||||
@@ -37,6 +38,8 @@
|
||||
nodePackages.ungit
|
||||
];
|
||||
|
||||
services.syncthing.enable = true;
|
||||
|
||||
xdg.enable = true;
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user