This commit is contained in:
Tao Tien 2025-01-22 18:46:34 -08:00
parent b0d2058ed5
commit 51def65244
5 changed files with 18 additions and 2 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
result
.aider*

3
TESTING Normal file
View file

@ -0,0 +1,3 @@
laptop gpu lag after time
laptop bcachefs corruption
laptop cosmic

View file

@ -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
];
}

View file

@ -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

View file

@ -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/