Move btop to home, setup stylix theme and set transparency.
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
inputs.stylix.homeModules.stylix
|
inputs.stylix.homeModules.stylix
|
||||||
./programs/alacritty.nix
|
./programs/alacritty.nix
|
||||||
./programs/bash.nix
|
./programs/bash.nix
|
||||||
|
./programs/btop.nix
|
||||||
./programs/git.nix
|
./programs/git.nix
|
||||||
./programs/hyprland.nix
|
./programs/hyprland.nix
|
||||||
./programs/hyprlock.nix
|
./programs/hyprlock.nix
|
||||||
|
|||||||
10
nodes/hosts/common/home/jay/programs/btop.nix
Normal file
10
nodes/hosts/common/home/jay/programs/btop.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{ ... }: {
|
||||||
|
programs.btop = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
color_theme = "stylix";
|
||||||
|
theme_background = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user