mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: attempt home ci
This commit is contained in:
parent
c8368a050e
commit
07aa0b62a0
16 changed files with 288 additions and 141 deletions
|
|
@ -1,7 +0,0 @@
|
|||
_: {
|
||||
services = {
|
||||
fluidsynth = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
})
|
||||
];
|
||||
|
||||
programs.moonlight-mod = {
|
||||
programs.moonlight = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
extraConfig = ''
|
||||
local wezterm = require 'wezterm';
|
||||
local config = {}
|
||||
config.front_end = "OpenGL"
|
||||
config.font = wezterm.font_with_fallback({
|
||||
"Monaspace Krypton",
|
||||
"JetBrains Mono",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue