feat: Update nix and added ironbar systemd service
Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
"${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"
|
||||
# "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
|
||||
# "${pkgs.swww}/bin/swww init; swww img ~/.local/share/dotfiles/images/wallpaper.jpg"
|
||||
"${pkgs.ironbar}/bin/ironbar"
|
||||
# "${pkgs.ironbar}/bin/ironbar"
|
||||
# "${pkgs.swayosd}/bin/swayosd-server"
|
||||
# "${pkgs.nextcloud-client}/bin/nextcloud --background"
|
||||
];
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
imports = [inputs.ironbar.homeManagerModules.default];
|
||||
programs.ironbar = {
|
||||
enable = device.hasGui && pkgs.stdenv.isLinux;
|
||||
systemd = true;
|
||||
config.monitors = {
|
||||
"${device.monitors.secondary}" = {
|
||||
position = "bottom";
|
||||
|
||||
Reference in New Issue
Block a user