From 1e05201b38c61a8a6784516fc5557b532094eece Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:52:06 -0700 Subject: [PATCH] cleanpu --- extras/dev.nix | 19 +++++++++---------- systems/BASED.nix | 6 +++--- systems/NOlaptop.nix | 4 ++-- users/tao.nix | 35 +++++++++++++++++------------------ users/tao/HOME.nix | 10 +++++----- 5 files changed, 36 insertions(+), 38 deletions(-) diff --git a/extras/dev.nix b/extras/dev.nix index 911c910..58306f5 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -28,13 +28,13 @@ devenv direnv gh - git-cliff + # git-cliff hyperfine jujutsu just lldb - lua-language-server - markdown-oxide + # lua-language-server + # markdown-oxide # markdown lsp qFlipper qemu sd @@ -71,16 +71,15 @@ # python # pypy3 - # python3 - (python3.withPackages (ps: - with ps; [ - llm - # llm-openrouter - ])) + python3 + # (python3.withPackages (ps: + # with ps; [ + # llm + # # llm-openrouter + # ])) # python310Packages.python-lsp-server uv ruff - ruff-lsp # rust cargo-binstall diff --git a/systems/BASED.nix b/systems/BASED.nix index fb1958e..ab5ab8d 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -36,9 +36,9 @@ ]; programs.partition-manager.enable = lib.mkDefault true; - programs.nh = { - enable = true; - }; + # programs.nh = { + # enable = true; + # }; programs.firefox.enable = true; programs.firefox.policies = { diff --git a/systems/NOlaptop.nix b/systems/NOlaptop.nix index 012f814..509ad64 100644 --- a/systems/NOlaptop.nix +++ b/systems/NOlaptop.nix @@ -92,8 +92,8 @@ # ]; boot.kernelParams = [ "amdgpu.abmlevel=1" - "amdgpu.dcdebugmask=0x400" - "mem_sleep_default=deep" + # "amdgpu.dcdebugmask=0x400" + # "mem_sleep_default=deep" ]; # boot.kernelModules = ["kvm-amd"]; powerManagement.cpuFreqGovernor = "powersave"; diff --git a/users/tao.nix b/users/tao.nix index 998df69..4992b54 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -6,63 +6,62 @@ ... }: { users.users.tao.packages = with pkgs; [ - slack - gocryptfs - nix-output-monitor - nvd - # calibre + # boxxy + calibre + # carapace + # cloud-hypervisor # davinci-resolve # fractal + # freerdp # inputs.plasma-manager.packages.${pkgs.system}.default # jellyfin-mpv-shim # libsForQt5.kcharselect # mendeley + # piper # slack # tectonic # texlab + # thunderbird # wkhtmltopdf appimage-run aspell aspellDicts.en bottles - # boxxy - # carapace - # cloud-hypervisor darktable deluge discord freecad-wayland - # freerdp gocryptfs gurk-rs jellyfin-media-player - kdePackages.plasma-vault + # kdePackages.plasma-vault keepassxc - leetcode-cli + # leetcode-cli man-pages man-pages-posix miniserve mousai + nix-output-monitor nixos-anywhere nufmt nushell + nvd obs-studio oculante onlyoffice-bin pandoc pipe-rename - # piper prusa-slicer qmk qmk-udev-rules qmk_hid ripgrep-all signal-desktop + slack snapper starship syncthingtray taskwarrior3 - # thunderbird tinymist toastify typst @@ -80,10 +79,10 @@ programs.kdeconnect.enable = true; environment.shells = with pkgs; [nushell]; - virtualisation.libvirtd.enable = true; - virtualisation.libvirtd.qemu.swtpm.enable = true; - virtualisation.spiceUSBRedirection.enable = true; - programs.virt-manager.enable = true; + # virtualisation.libvirtd.enable = true; + # virtualisation.libvirtd.qemu.swtpm.enable = true; + # virtualisation.spiceUSBRedirection.enable = true; + # programs.virt-manager.enable = true; # virtualisation.virtualbox.host = { # enable = true; @@ -123,7 +122,7 @@ services.udev.extraRules = '' KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl" ''; - services.ratbagd.enable = true; + # services.ratbagd.enable = true; boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback diff --git a/users/tao/HOME.nix b/users/tao/HOME.nix index f8e85ca..937c0b5 100644 --- a/users/tao/HOME.nix +++ b/users/tao/HOME.nix @@ -155,11 +155,11 @@ in { settings = builtins.fromTOML (builtins.readFile ./starship.toml); }; - taskwarrior = { - enable = true; - package = pkgs.taskwarrior3; - dataLocation = "/home/tao/sync"; - }; + # taskwarrior = { + # enable = true; + # package = pkgs.taskwarrior3; + # dataLocation = "/home/tao/sync"; + # }; wezterm = { enable = true;