re-organize home-modules
This commit is contained in:
10
modules/home/rofi/config.nix
Normal file
10
modules/home/rofi/config.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.rofi = {
|
||||
location = "left";
|
||||
theme = "${pkgs.rofi}/share/rofi/themes/sidebar-v2.rasi";
|
||||
};
|
||||
}
|
||||
6
modules/home/rofi/default.nix
Normal file
6
modules/home/rofi/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./rofi.nix
|
||||
];
|
||||
}
|
||||
3
modules/home/rofi/rofi.nix
Normal file
3
modules/home/rofi/rofi.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{...}: {
|
||||
programs.rofi.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user