added i3status module
This commit is contained in:
11
homeManagerModules/i3status.nix
Normal file
11
homeManagerModules/i3status.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{config, pkgs, ...}: {
|
||||
programs.i3status = {
|
||||
enable = true;
|
||||
general = {
|
||||
colors = true;
|
||||
color_good = "#98971a";
|
||||
color_degraded = "#d79921";
|
||||
color_bad = "#cc241d";
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{config, pkgs, ...}: {
|
||||
programs.texlive = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user