From b7ef804b1d92d409b55c955fcfbaec8ceb62063a Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 5 Sep 2024 12:42:01 +0700 Subject: m --- hosts/local/i3.nix | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'hosts/local/i3.nix') 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; -- cgit v1.2.3