DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

23c5a7b377bef84bd3305e1592e3284ed782bf8d — Jonni Liljamo 11 days ago 4dd4629
w: switch to niri
1 files changed, 3 insertions(+), 28 deletions(-)

M modules/hosts/ws/w/default.nix
M modules/hosts/ws/w/default.nix => modules/hosts/ws/w/default.nix +3 -28
@@ 45,7 45,6 @@ in {
            gnupg
            tlp
            tidal
            ssh-agent
            displaylink

            home-manager


@@ 149,34 148,10 @@ in {
                        name = "Jonni Liljamo";
                      };

                      arta.hyprland.extraConfig = {
                        exec-once = [
                          "waybar"
                        ];

                        monitor = [
                          "desc:Samsung Electric Company S34CG50 HNBX800050,preferred,auto,1,bitdepth,10,cm,auto,sdrbrightness,1.0,sdrsaturation,1.0"
                        ];

                        workspace = [
                          "1,monitor:eDP-1,default:true"
                          "8,monitor:eDP-1"
                          "9,monitor:eDP-1"
                        ];
                      };

                      arta.hyprlock.extraConfig = {
                        auth = {
                          fingerprint = {
                            enabled = true;
                          };
                        };
                      };

                      arta.waybar.extraConfig = {
                        output = ["eDP-1"];

                        modules-left = ["hyprland/workspaces"];
                        modules-left = ["niri/workspaces"];
                        modules-right = [
                          "bluetooth"
                          "custom/sep"


@@ 192,7 167,7 @@ in {
                          "custom/sep"
                          "clock"
                          "custom/sep"
                          "hyprland/language"
                          "niri/language"
                          "tray"
                        ];



@@ 217,7 192,7 @@ in {
            }
          ]
          ++ lib.flatten [
            (lib.arta.importBoth "hyprland" user)
            (lib.arta.importBoth "niri" user)
            (lib.arta.importBoth "shell" user)
            (lib.arta.importBoth "passmenu" user)
            (lib.arta.importBoth "bluetooth" user)