Enable aozora
This commit is contained in:
parent
6184ca8c08
commit
3282462014
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ in
|
||||||
{
|
{
|
||||||
# Dependencies
|
# Dependencies
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
#(pkgs.callPackage ./aozora.nix { })
|
(pkgs.callPackage ./aozora.nix { })
|
||||||
(pkgs.callPackage ./polybar-now-playing.nix { })
|
(pkgs.callPackage ./polybar-now-playing.nix { })
|
||||||
lm_sensors
|
lm_sensors
|
||||||
];
|
];
|
||||||
|
@ -39,7 +39,7 @@ in
|
||||||
"now-playing"
|
"now-playing"
|
||||||
];
|
];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
#"aozora"
|
"aozora"
|
||||||
"filesystem"
|
"filesystem"
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"memory"
|
"memory"
|
||||||
|
|
Loading…
Add table
Reference in a new issue