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