Moved waybar config to own file. Added playerctl to system, removed hardware config from git
This commit is contained in:
7
hyprland/default.nix
Normal file
7
hyprland/default.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{...}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./waybar.nix
|
||||
];
|
||||
}
|
13
hyprland/waybar.nix
Normal file
13
hyprland/waybar.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{pkgs, ...}:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
waybar
|
||||
font-awesome # Icons
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
font-awesome
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user