Split out Rofi from home configuration.
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.hyprpanel.homeManagerModules.hyprpanel
|
inputs.hyprpanel.homeManagerModules.hyprpanel
|
||||||
|
./programs/rofi.nix
|
||||||
./services/arrpc.nix
|
./services/arrpc.nix
|
||||||
./services/fluidsynth.nix
|
./services/fluidsynth.nix
|
||||||
./services/hypridle.nix
|
./services/hypridle.nix
|
||||||
@@ -59,11 +60,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.rofi = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.rofi-wayland;
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.lazygit.enable = true;
|
programs.lazygit.enable = true;
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
|||||||
6
nodes/hosts/common/home/jay/programs/rofi.nix
Normal file
6
nodes/hosts/common/home/jay/programs/rofi.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs, ...}: {
|
||||||
|
programs.rofi = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.rofi-wayland;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user