home: Enable rofi program launcher
This commit is contained in:
parent
f60f5a6f40
commit
9298dd9573
2 changed files with 12 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
imports = [
|
||||
./cli.nix
|
||||
# ./programs/xmonad/default.nix
|
||||
./programs/rofi/default.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
|
|||
11
home/alex/programs/rofi/default.nix
Normal file
11
home/alex/programs/rofi/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
pass = {
|
||||
enable = true;
|
||||
stores = [ config.programs.password-store.settings.PASSWORD_STORE_DIR ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue