dregil: Import path instead of default.nix
This commit is contained in:
parent
3dec08779d
commit
7fc99ce334
4 changed files with 9 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.rofi = {
|
||||
config.programs.rofi = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [ rofi-calc rofi-emoji ];
|
||||
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||
|
|
@ -12,5 +12,5 @@
|
|||
};
|
||||
|
||||
# let rofi insert emojis directly
|
||||
home.packages = [ pkgs.xdotool ];
|
||||
config.home.packages = [ pkgs.xdotool ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue