mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
Compare commits
No commits in common. "8de1770dba9b97860c7196cc7a533e8179a95087" and "ef4ecd7fb550283cb574e7e77c79cdb5f83677ad" have entirely different histories.
8de1770dba
...
ef4ecd7fb5
4 changed files with 2 additions and 18 deletions
|
|
@ -32,7 +32,6 @@
|
|||
programs = {
|
||||
rofi.enable = true;
|
||||
hyprlock.enable = true;
|
||||
btop.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -37,6 +37,7 @@
|
|||
};
|
||||
|
||||
home.packages = [
|
||||
pkgs.bottom
|
||||
pkgs.fastfetch
|
||||
|
||||
pkgs.nemo-with-extensions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue