feat(hyprland): add hyprland and wayland config
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
../modules/emacs.nix
|
||||
../modules/kdeconnect.nix
|
||||
../modules/kitty.nix
|
||||
../modules/hyprland.nix
|
||||
../modules/mbsync.nix
|
||||
../modules/mpd.nix
|
||||
../modules/mpv.nix
|
||||
@@ -47,16 +48,26 @@
|
||||
};
|
||||
|
||||
modules = {
|
||||
emacs = {
|
||||
enable = true;
|
||||
service = true;
|
||||
package = emacsPkg;
|
||||
};
|
||||
shell.starship.jjIntegration = true;
|
||||
bat.extras = true;
|
||||
packages.emacsPackage = emacsPkg;
|
||||
mopidy.enable = true;
|
||||
|
||||
emacs = {
|
||||
enable = true;
|
||||
service = true;
|
||||
package = emacsPkg;
|
||||
};
|
||||
hyprland = {
|
||||
inherit emacsPkg;
|
||||
enable = true;
|
||||
swaync = true;
|
||||
waybar = {
|
||||
enable = true;
|
||||
battery = false;
|
||||
style = ./config/waybar/style.css;
|
||||
};
|
||||
};
|
||||
mbsync = {
|
||||
enable = true;
|
||||
passwordFile = config.sops.secrets.emailPassword.path;
|
||||
|
||||
Reference in New Issue
Block a user