diff options
author | polwex <polwex@sortug.com> | 2024-09-05 12:42:01 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-09-05 12:42:01 +0700 |
commit | b7ef804b1d92d409b55c955fcfbaec8ceb62063a (patch) | |
tree | e5f05241a260ca4c0bb73e9a4f40707b797ce6fb /hosts/local/i3.nix | |
parent | 6a7fa5ae7c243b3dd1f0d5a4221c3b69a4bdbab7 (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; |