diff options
author | polwex <polwex@sortug.com> | 2024-09-07 00:24:53 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-09-07 00:24:53 +0700 |
commit | 11d272540fb51775b2794d99d2c4bc4d66108d16 (patch) | |
tree | 1ae106f6fe41b924b5c9dc7de4488759e429b4c9 /hosts/local/i3.nix | |
parent | 479d74e5146a601c2244153e8aa89e723b30cbe5 (diff) | |
parent | b7ef804b1d92d409b55c955fcfbaec8ceb62063a (diff) |
m
Diffstat (limited to 'hosts/local/i3.nix')
-rw-r--r-- | hosts/local/i3.nix | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/hosts/local/i3.nix b/hosts/local/i3.nix index 522dc83..492acda 100644 --- a/hosts/local/i3.nix +++ b/hosts/local/i3.nix @@ -26,12 +26,14 @@ }; environment.systemPackages = with pkgs; [ + polybar rofi # screenshots flameshot shutter maim + kitty alacritty signal-desktop tdesktop @@ -59,15 +61,18 @@ # libcamera # pipewire seems to want this easyeffects + # games! + ryujinx ]; + services.flatpak.enable = true; # cjk input - i18n = { - inputMethod = { - type = "fcitx5"; - fcitx5.addons = with pkgs; [fcitx5-rime fcitx5-mozc]; - }; - }; + # i18n = { + # inputMethod = { + # type = "fcitx5"; + # fcitx5.addons = with pkgs; [fcitx5-rime fcitx5-mozc]; + # }; + # }; fonts = { enableDefaultPackages = true; |