mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Got my NixOS flake to run under WSL!
This commit is contained in:
parent
e877fd63bc
commit
0a71232a56
18 changed files with 1063 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue