create wm addons module

This commit is contained in:
Adithya 2023-04-04 09:42:31 +05:30
parent 827af54388
commit 7a466530c1
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
9 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,3 @@
{ ... }: {
imports = [ ./rofi ./waybar ./dunst.nix ./kanshi.nix ./swayidle.nix ];
}

View file

@ -1,7 +1,4 @@
{ config
, pkgs
, ...
}:
{ config, pkgs , ... }:
let
dmenu = "${config.programs.rofi.package}/bin/rofi -dmenu";
firefox = "${config.programs.firefox.package}/bin/firefox";