mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: move to wivrn, vencord
This commit is contained in:
parent
5c7dc38a13
commit
62a07510f9
18 changed files with 321 additions and 171 deletions
|
|
@ -70,16 +70,36 @@ in {
|
|||
};
|
||||
};
|
||||
debug = {
|
||||
wait-for-frame-completion-in-pipewire = {};
|
||||
deactivate-unfocused-windows = {};
|
||||
};
|
||||
workspaces = {
|
||||
browser = {};
|
||||
mail = {};
|
||||
chat = {};
|
||||
vidya = {};
|
||||
media = {};
|
||||
audio = {};
|
||||
"01-notes" = {
|
||||
name = "notes";
|
||||
};
|
||||
"02-chat" = {
|
||||
name = "chat";
|
||||
};
|
||||
"03-browser" = {
|
||||
name = "browser";
|
||||
};
|
||||
"04-code" = {
|
||||
name = "code";
|
||||
};
|
||||
"05-term" = {
|
||||
name = "term";
|
||||
};
|
||||
"06-mail" = {
|
||||
name = "mail";
|
||||
};
|
||||
"07-game" = {
|
||||
name = "game";
|
||||
};
|
||||
"08-video" = {
|
||||
name = "video";
|
||||
};
|
||||
"09-audio" = {
|
||||
name = "audio";
|
||||
};
|
||||
};
|
||||
environment = {
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue