create wm addons module
This commit is contained in:
parent
827af54388
commit
7a466530c1
9 changed files with 4 additions and 4 deletions
3
home/wm/addon/default.nix
Normal file
3
home/wm/addon/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
imports = [ ./rofi ./waybar ./dunst.nix ./kanshi.nix ./swayidle.nix ];
|
||||
}
|
|
@ -1,7 +1,4 @@
|
|||
{ config
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
{ config, pkgs , ... }:
|
||||
let
|
||||
dmenu = "${config.programs.rofi.package}/bin/rofi -dmenu";
|
||||
firefox = "${config.programs.firefox.package}/bin/firefox";
|
Loading…
Reference in a new issue