Regenerated
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{ lib, config, pkgs, _module, ... }:
|
||||
|
||||
let
|
||||
username = config.defaultUser or "henrov";
|
||||
in {
|
||||
# System packages / options
|
||||
environment.systemPackages = [ pkgs.feh pkgs.waybar ];
|
||||
|
||||
# Home Manager contribution
|
||||
_module.args.hmUsers = lib.mkIf true {
|
||||
${username} = {
|
||||
home.file = {
|
||||
".config/waybar/config" = { source = ./waybar/config; };
|
||||
".config/waybar/style.css" = { source = ./waybar/style.css; };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user