foot, vintage fonts, scope operator
This commit is contained in:
parent
8d77e96d89
commit
5575604452
46 changed files with 803 additions and 702 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
scope,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -8,8 +9,8 @@ let
|
|||
pal = rice.palette.hex;
|
||||
pkg = pkgs.wlogout;
|
||||
in
|
||||
{
|
||||
hm.programs.wlogout = {
|
||||
scope "hm" {
|
||||
programs.wlogout = {
|
||||
enable = true;
|
||||
package = pkg;
|
||||
layout = builtins.fromJSON (builtins.readFile ./logout/layout);
|
||||
|
@ -42,5 +43,5 @@ in
|
|||
);
|
||||
};
|
||||
|
||||
hm.home.packages = [ pkg ];
|
||||
home.packages = [ pkg ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue