stt test
This commit is contained in:
parent
c408693861
commit
02f24bb524
15 changed files with 4184 additions and 15 deletions
|
|
@ -16,8 +16,10 @@
|
|||
flatpaks.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/flatpaks";
|
||||
# beszel.url = "path:../../flakes/beszel";
|
||||
beszel.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/beszel";
|
||||
# de_plasma.url = "path:../../flakes/de_plasma";
|
||||
de_plasma.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/de_plasma";
|
||||
de_plasma.url = "path:../../flakes/de_plasma";
|
||||
# de_plasma.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/de_plasma";
|
||||
stt_ime.url = "path:../../flakes/stt_ime";
|
||||
# stt_ime.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/stt_ime";
|
||||
|
||||
opencode.url = "github:sst/opencode?ref=latest";
|
||||
ros_neovim.url = "git+https://git.joshuabell.xyz/ringofstorms/nvim";
|
||||
|
|
@ -69,6 +71,14 @@
|
|||
# sddm.autologinUser = "josh";
|
||||
};
|
||||
})
|
||||
inputs.stt_ime.nixosModules.default
|
||||
({
|
||||
ringofstorms.sttIme = {
|
||||
enable = true;
|
||||
useGpu = true;
|
||||
};
|
||||
})
|
||||
|
||||
secrets.nixosModules.default
|
||||
ros_neovim.nixosModules.default
|
||||
({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue