Compare commits
2 Commits
a5645f90be
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f7bddd9f5 | |||
| 53f8094128 |
@@ -23,7 +23,7 @@
|
||||
in {
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
setSessionVariables = false;
|
||||
setSessionVariables = true;
|
||||
|
||||
templates = homeDir "temps";
|
||||
publicShare = homeDir "pub";
|
||||
|
||||
@@ -17,7 +17,7 @@ in {
|
||||
fish
|
||||
helix
|
||||
oh-my-posh
|
||||
syncthing
|
||||
# syncthing
|
||||
wezterm
|
||||
wl-kbptr
|
||||
yazi
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{inputs, ...}: {
|
||||
imports = [inputs.vicinae.homeManagerModules.default];
|
||||
|
||||
syncthing.enable = true;
|
||||
# syncthing.enable = true;
|
||||
|
||||
services.easyeffects.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user