weenie mode
Revert "weenie mode" This reverts commit ce8c23e0e6facd493c79c68c27c278dac2794d94. Reapply "weenie mode" This reverts commit 440088f2e5d91e0d4730a6451637b0325f7fb931.
This commit is contained in:
parent
0c15ee454d
commit
a4ce7db9c9
9 changed files with 105 additions and 128 deletions
|
@ -57,9 +57,11 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs;
|
||||
rice.fonts.pkgs
|
||||
++ rice.icons.pkgs;
|
||||
home.packages = let
|
||||
inherit (pkgs.rice) icons fonts;
|
||||
in
|
||||
fonts.pkgs
|
||||
++ icons.pkgs;
|
||||
|
||||
systemd.user.targets.tray = {
|
||||
Unit = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue