From dd3682963d46db7497d9f0789fffd8491af041f6 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 17 Nov 2025 21:43:50 +0700 Subject: m --- hosts/local/gui.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'hosts/local/gui.nix') diff --git a/hosts/local/gui.nix b/hosts/local/gui.nix index cf6beff..4de3358 100644 --- a/hosts/local/gui.nix +++ b/hosts/local/gui.nix @@ -3,9 +3,10 @@ pkgs, ... }: let - spkgs = import inputs.nixstaging { - system = pkgs.system; - }; + # spkgs = import inputs.nixstaging { + # system = pkgs.system; + # }; + _lol = "lmao"; in { environment.systemPackages = with pkgs; [ pavucontrol @@ -47,7 +48,7 @@ in { wineWowPackages.staging dosbox siyuan - inputs.zen-browser.packages.${pkgs.system}.default + # inputs.zen-browser.packages.${pkgs.system}.default qimgv # inputs.quickshell.packages.${pkgs.system}.default # chat @@ -60,6 +61,7 @@ in { # xorg.xhost gparted + zed-editor ]; i18n.inputMethod = { @@ -71,7 +73,7 @@ in { fcitx5-gtk libsForQt5.fcitx5-qt fcitx5-lua - fcitx5-configtool + qt6Packages.fcitx5-configtool fcitx5-rime ]; }; -- cgit v1.2.3