Compare commits

..

No commits in common. "8de1770dba9b97860c7196cc7a533e8179a95087" and "ef4ecd7fb550283cb574e7e77c79cdb5f83677ad" have entirely different histories.

4 changed files with 2 additions and 18 deletions

View file

@ -32,7 +32,6 @@
programs = {
rofi.enable = true;
hyprlock.enable = true;
btop.enable = true;
};
};

View file

@ -78,7 +78,7 @@
"special:music, on-created-empty:spotify"
"special:chat, on-created-empty:discord"
"special:flake, on-created-empty:kitty --directory ${config.home.sessionVariables.NH_FLAKE}"
"special:monitor, on-created-empty:kitty btop"
"special:monitor, on-created-empty:kitty btm"
"special:files, on-created-empty:nemo"
];
windowrule = [

View file

@ -1,16 +0,0 @@
{ config, lib, ... }:
{
options.custom.programs.btop.enable = lib.mkEnableOption "";
config = lib.mkIf config.custom.programs.btop.enable {
programs.btop = {
enable = true;
settings.settings =
{
dark = "adwaita-dark";
light = "adwaita";
}
.${config.custom.theme};
};
};
}

View file

@ -37,6 +37,7 @@
};
home.packages = [
pkgs.bottom
pkgs.fastfetch
pkgs.nemo-with-extensions