Switch from hyprlauncher to rofi
This commit is contained in:
@@ -84,7 +84,6 @@
|
|||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
ignition
|
ignition
|
||||||
hyprlauncher
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# theming
|
# theming
|
||||||
@@ -103,6 +102,31 @@
|
|||||||
dark = "Papirus-Dark";
|
dark = "Papirus-Dark";
|
||||||
light = "Papirus-Light";
|
light = "Papirus-Light";
|
||||||
};
|
};
|
||||||
|
fonts = {
|
||||||
|
serif = {
|
||||||
|
package = pkgs.dejavu_fonts;
|
||||||
|
name = "DejaVu Serif";
|
||||||
|
};
|
||||||
|
|
||||||
|
sansSerif = {
|
||||||
|
package = pkgs.dejavu_fonts;
|
||||||
|
name = "DejaVu Sans";
|
||||||
|
};
|
||||||
|
|
||||||
|
monospace = {
|
||||||
|
package = pkgs.dejavu_fonts;
|
||||||
|
name = "DejaVu Sans Mono";
|
||||||
|
};
|
||||||
|
|
||||||
|
emoji = {
|
||||||
|
package = pkgs.noto-fonts-color-emoji;
|
||||||
|
name = "Noto Color Emoji";
|
||||||
|
};
|
||||||
|
|
||||||
|
sizes = {
|
||||||
|
popups = 18;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
@@ -160,6 +184,15 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
rofi = {
|
||||||
|
enable = true;
|
||||||
|
modes = [
|
||||||
|
"drun"
|
||||||
|
];
|
||||||
|
extraConfig = {
|
||||||
|
show-icons = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
libreoffice.enable = true;
|
libreoffice.enable = true;
|
||||||
kitty.enable = true;
|
kitty.enable = true;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -2,26 +2,6 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
hyprlauncher = {
|
|
||||||
Unit = {
|
|
||||||
Description = "A launcher for the hypr ecosystem.";
|
|
||||||
After = [
|
|
||||||
"graphical-session.target"
|
|
||||||
"wayland-session@hyprland.desktop.target"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
Service = {
|
|
||||||
ExecStart = "${pkgs.hyprlauncher}/bin/hyprlauncher -d";
|
|
||||||
Restart = "on-failure";
|
|
||||||
Slice = "app-graphical.slice";
|
|
||||||
};
|
|
||||||
Install = {
|
|
||||||
WantedBy = [
|
|
||||||
"graphical-session.target"
|
|
||||||
"wayland-session@hyprland.desktop.target"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
awww = {
|
awww = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "An Answer to your Wayland Wallpaper Woes";
|
Description = "An Answer to your Wayland Wallpaper Woes";
|
||||||
|
|||||||
Reference in New Issue
Block a user