flake: migrate users/profiles -> users/modules
This commit is contained in:
parent
85fb3f8251
commit
e50310eb80
36 changed files with 46 additions and 79 deletions
19
users/modules/global/rofi.nix
Normal file
19
users/modules/global/rofi.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ main, pkgs, ... }: {
|
||||
programs.rofi = {
|
||||
enable = main.info.graphical;
|
||||
extraConfig = {
|
||||
modi = builtins.concatStringsSep "," [
|
||||
"window"
|
||||
"run"
|
||||
"ssh"
|
||||
"windowcd"
|
||||
"drun"
|
||||
"combi"
|
||||
"keys"
|
||||
];
|
||||
};
|
||||
plugins = with pkgs; [ ];
|
||||
pass.enable = true;
|
||||
theme = "Adapta-Nokto";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue