feat: update for hyprland(wayland)

refactor: core-desktop.nix & core-server.nix
This commit is contained in:
Ryan Yin
2023-07-30 15:47:06 +08:00
parent 2485f24fcc
commit a99adf065d
6 changed files with 238 additions and 226 deletions

View File

@@ -1,13 +1,12 @@
{pkgs, catppuccin-hyprland, ...}: {
{pkgs, hyprland, catppuccin-hyprland, ...}: {
imports = [
hyprland.homeManagerModules.default
./anyrun.nix
./wayland-apps.nix
];
# Only available on home-manager's master branch(2023/7/25)
# wayland.windowManager.hyprland = {
# enable = true;
# };
wayland.windowManager.hyprland.enable = true;
# hyprland configs, based on https://github.com/notwidow/hyprland
home.file.".config/hypr" = {