Polybar tweak
This commit is contained in:
parent
76cf66f3a3
commit
01d0fcb4eb
3 changed files with 3 additions and 8 deletions
|
|
@ -1,15 +1,12 @@
|
|||
{ pkgs, config, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
{ pkgs, config, lib, ... }: {
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
home-manager.users.froidmpa = { pkgs, config, ... }: {
|
||||
services.network-manager-applet.enable = true;
|
||||
services.blueman-applet.enable = true;
|
||||
services.grobi = {
|
||||
enable = true;
|
||||
executeAfter = [ "${pkgs.systemd}/bin/systemctl --user restart stalonetray" "${pkgs.feh}/bin/feh --bg-fill ~/.wallpaper.png" ];
|
||||
executeAfter = [ "${pkgs.feh}/bin/feh --bg-fill ~/.wallpaper.png" ];
|
||||
rules = [
|
||||
{
|
||||
name = "External HDMI";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue