stuf
This commit is contained in:
parent
79a2a85bd8
commit
acbe48b736
4 changed files with 15 additions and 2 deletions
|
|
@ -102,7 +102,8 @@
|
|||
security.sudo.enable = false;
|
||||
|
||||
i18n.inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
enable = true;
|
||||
type = "fcitx5";
|
||||
fcitx5.addons = with pkgs; [
|
||||
fcitx5-gtk
|
||||
fcitx5-mozc
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
nvtopPackages.nvidia
|
||||
# egl-wayland
|
||||
# gpt4all-chat
|
||||
# nvidia-vaapi-driver
|
||||
|
|
|
|||
|
|
@ -4,6 +4,16 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# boot.kernelPatches = [
|
||||
# (lib.mkIf (lib.versionOlder config.boot.kernelPackages.kernel.version "6.11")
|
||||
# {
|
||||
# name = "cros_ec_lpc";
|
||||
# patch = pkgs.fetchpatch {
|
||||
# url = "https://patchwork.kernel.org/series/840830/mbox/";
|
||||
# sha256 = "sha256-7jSEAGInFC+a+ozCyD4dFz3Qgh2JrHskwz7UfswizFw=";
|
||||
# };
|
||||
# })
|
||||
# ];
|
||||
# nixpkgs.overlays = [
|
||||
# (final: prev: {
|
||||
# libinput = prev.libinput.overrideAttrs (old: {
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ def nr [package] {
|
|||
}
|
||||
|
||||
def rebuild [subcommand] {
|
||||
sudo nix store ping --store ssh://nocomputer
|
||||
sudo nice -n19 nixos-rebuild $subcommand --flake /home/tao/projects/NOflake/ --impure --verbose
|
||||
}
|
||||
# def post-rebuild [] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue