Compare commits
No commits in common. "865bcdd83a7c65ee6b3ab1c1841c2704c81c7621" and "dac74a6a14d1a4955e502840f10ae4643edf861f" have entirely different histories.
865bcdd83a
...
dac74a6a14
3 changed files with 2 additions and 19 deletions
|
@ -10,7 +10,6 @@
|
|||
./programs/terminal/yazi
|
||||
./programs/terminal/atuin.nix
|
||||
./programs/terminal/bat.nix
|
||||
./programs/terminal/bottom.nix
|
||||
./programs/terminal/starship.nix
|
||||
./programs/terminal/zoxide.nix
|
||||
./programs/direnv.nix
|
||||
|
@ -27,6 +26,7 @@
|
|||
eva
|
||||
fd
|
||||
du-dust
|
||||
bottom
|
||||
gnupg
|
||||
ripgrep
|
||||
lazydocker
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
_: {
|
||||
programs.bottom = {
|
||||
enable = true;
|
||||
settings = {
|
||||
flags = {
|
||||
current_usage = true;
|
||||
group_processes = true;
|
||||
case_sensitive = false;
|
||||
mem_as_value = true;
|
||||
enable_gpu = true;
|
||||
disable_advanced_kill = true;
|
||||
unnormalized_cpu = true;
|
||||
temperature_type = "c";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
"DP-3,1920x1080@144, 1400x0, auto" #top
|
||||
];
|
||||
exec-once = [
|
||||
# "ags"
|
||||
"ags"
|
||||
"hyprpaper"
|
||||
"chatterino"
|
||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
|
|
Loading…
Reference in a new issue