aidser
This commit is contained in:
parent
b0d2058ed5
commit
51def65244
5 changed files with 18 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
result
|
||||
.aider*
|
||||
|
|
|
|||
3
TESTING
Normal file
3
TESTING
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
laptop gpu lag after time
|
||||
laptop bcachefs corruption
|
||||
laptop cosmic
|
||||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue