From 69e0572df17e633cf3b45bbad419d16ef5a40b81 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 21 May 2025 12:41:53 +0800 Subject: [PATCH] fix(nixos): remove ventoy(insecure) & aseprite, fix warnings --- home/linux/base/tools.nix | 1 - home/linux/gui/base/creative.nix | 2 +- home/linux/gui/base/fcitx5/default.nix | 3 ++- home/linux/gui/base/misc.nix | 1 - home/linux/gui/hyprland/values/wayland-apps.nix | 2 -- 5 files changed, 3 insertions(+), 6 deletions(-) diff --git a/home/linux/base/tools.nix b/home/linux/base/tools.nix index cf9ce5ea..534a3d71 100644 --- a/home/linux/base/tools.nix +++ b/home/linux/base/tools.nix @@ -5,7 +5,6 @@ libnotify wireguard-tools # manage wireguard vpn manually, via wg-quick - ventoy # create bootable usb virt-viewer # vnc connect to VM, used by kubevirt ]; diff --git a/home/linux/gui/base/creative.nix b/home/linux/gui/base/creative.nix index d6454c83..e86821ce 100644 --- a/home/linux/gui/base/creative.nix +++ b/home/linux/gui/base/creative.nix @@ -19,7 +19,7 @@ # 2d game design ldtk # A modern, versatile 2D level editor - aseprite # Animated sprite editor & pixel art tool + # aseprite # Animated sprite editor & pixel art tool # this app consumes a lot of storage, so do not install it currently # kicad # 3d printing, eletrical engineering diff --git a/home/linux/gui/base/fcitx5/default.nix b/home/linux/gui/base/fcitx5/default.nix index 6f744e5d..88686553 100644 --- a/home/linux/gui/base/fcitx5/default.nix +++ b/home/linux/gui/base/fcitx5/default.nix @@ -16,7 +16,8 @@ }; i18n.inputMethod = { - enabled = "fcitx5"; + enable = true; + type = "fcitx5"; fcitx5.addons = with pkgs; [ # for flypy chinese input method fcitx5-rime diff --git a/home/linux/gui/base/misc.nix b/home/linux/gui/base/misc.nix index ee70f0ae..c5438736 100644 --- a/home/linux/gui/base/misc.nix +++ b/home/linux/gui/base/misc.nix @@ -19,7 +19,6 @@ # misc flameshot - ventoy # multi-boot usb creator # my custom hardened packages pkgs.nixpaks.qq diff --git a/home/linux/gui/hyprland/values/wayland-apps.nix b/home/linux/gui/hyprland/values/wayland-apps.nix index 24cd8609..3f22bfcd 100644 --- a/home/linux/gui/hyprland/values/wayland-apps.nix +++ b/home/linux/gui/hyprland/values/wayland-apps.nix @@ -63,8 +63,6 @@ vscode = { enable = true; - # let vscode sync and update its configuration & extensions across devices, using github account. - userSettings = {}; package = pkgs.vscode.override {