From 51def652445c9f5810d1b043238493e2b9095293 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:46:34 -0800 Subject: [PATCH] aidser --- .gitignore | 1 + TESTING | 3 +++ extras/cosmic.nix | 9 ++++++++- extras/dev.nix | 6 +++++- users/tao/nushell/stuff.nu | 1 + 5 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 TESTING diff --git a/.gitignore b/.gitignore index b2be92b..b7a2128 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ result +.aider* diff --git a/TESTING b/TESTING new file mode 100644 index 0000000..3f8692a --- /dev/null +++ b/TESTING @@ -0,0 +1,3 @@ +laptop gpu lag after time +laptop bcachefs corruption +laptop cosmic diff --git a/extras/cosmic.nix b/extras/cosmic.nix index 91ba6f6..35dbbe9 100644 --- a/extras/cosmic.nix +++ b/extras/cosmic.nix @@ -1,5 +1,12 @@ -{...}: { +{pkgs, ...}: { services.displayManager.sddm.enable = true; services.displayManager.cosmic-greeter.enable = false; services.desktopManager.cosmic.enable = true; + + environment.cosmic.excludePackages = with pkgs; [ + cosmic-player + cosmic-wallpapers + cosmic-term + cosmic-edit + ]; } diff --git a/extras/dev.nix b/extras/dev.nix index ebdac03..e9ba9ea 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -1,6 +1,10 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ - digital + aichat + # (llm.withPlugins (ps: with ps; [llm-openrouter])) + llm + aider-chat + # digital asm-lsp gh # bash-language-server diff --git a/users/tao/nushell/stuff.nu b/users/tao/nushell/stuff.nu index 8d15b7b..ddccdfa 100644 --- a/users/tao/nushell/stuff.nu +++ b/users/tao/nushell/stuff.nu @@ -74,6 +74,7 @@ def rebuild --wrapped [subcommand, ...rest] { sudo nix store info --store ssh://nocomputer } sudo nice -n19 nixos-rebuild $subcommand --flake /home/tao/projects/NOflake/ --impure --verbose ...$rest + toastify send rebuild done! } # def post-rebuild [] { # # rm -r ~/.config/helix/runtime/grammars/