init
#!/bin/sh # Modifier Options mod="Mod1" primary=
#!/bin/sh # Modifier Options mod="Mod1" primary=
{pkgs, config, ...}: { services.kanshi = { enable = true; systemdTarget = ""; profiles = { normal = { outputs = [ #{ # criteria = "DP-2"; # status = "disable"; #} { criteria = "HDMI-A-1"; position = "900,1440"; } ]; }; }; }; }
{pkgs, ...}:{ home.packages = with pkgs; [ fuzzel ]; imports = [ ./waybar.nix ./sway.nix ./mako.nix ./kanshi.nix ]; }
{pkgs, config, ...}: { programs.mako = { enable = true; }; }
{pkgs, ...}: let menu = "wofi -f -S run -i"; modifier = "Mod4"; in { home.packages = with pkgs; [ wofi ]; home.sessionVariables = { MOZ_ENABLE_WAYLAND = "1"; MOZ_USE_XINPUT2 = "1"; XDG_SESSION_TYPE = "wayland"; XDG_CURRENT_DESKTOP = "sway"; }; wayland.windowManager.sway = { enable = true; wrapperFeatures.gtk = true; config = { window = { border = 4; commands = [ { command = '' move to workspace "discord" ''; criteria = { title = "....
{config, pkgs, ...}: { programs.waybar = { enable = true; settings = [{ modules = {}; modules-left = ["river/tags"]; }]; }; }