Added nh, added some options such as username and hardware config
This commit is contained in:
parent
b4f3add8ea
commit
ca216ad1dc
6 changed files with 46 additions and 25 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, hostname, ... }:
|
||||
{ pkgs, lib, hwconfig, ... }:
|
||||
|
||||
{
|
||||
programs.waybar = {
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
#"memory"
|
||||
#"temperature"
|
||||
"hyprland/language"
|
||||
] ++ (if hostname != "nixosbtw" then [ "battery" ] else [ ])
|
||||
] ++ (if hwconfig.isLaptop then [ "battery" ] else [ ])
|
||||
++ [
|
||||
"tray"
|
||||
"custom/notification"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue