[NixOS] Add windsurf

This commit is contained in:
2025-05-28 17:08:25 -06:00
parent b5ffc833fb
commit 96c74ac95e

View File

@@ -5,9 +5,10 @@ makeEnable config "myModules.kat" false {
bitwarden
code-cursor
obsidian
windsurf
];
environment.extraInit = ''
export PAGER=cat
'';
}
}