Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Gallant
edfb3c69cd Add anthy 2024-09-01 19:17:05 -04:00
Dave Gallant
f66d30136b Replace wofi with ulauncher 2024-09-01 15:56:31 -04:00
2 changed files with 6 additions and 9 deletions

View File

@@ -317,15 +317,6 @@ in {
'';
};
wofi = {
enable = stdenv.isLinux;
style = ''
window {
font-size: 36px;
}
'';
};
fzf = { enable = true; };
nixvim = {

View File

@@ -94,6 +94,7 @@ in {
sbx-h6-rgb
strace
traceroute
ulauncher
unstable.blender
unstable.burpsuite
unstable.dotnet-sdk_8
@@ -175,6 +176,11 @@ in {
i18n.defaultLocale = "en_US.UTF-8";
i18n.inputMethod = {
enabled = "ibus";
ibus.engines = with pkgs.ibus-engines; [ anthy ];
};
time.timeZone = "America/Toronto";
hardware = {