mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 10:37:44 +00:00
chore: migrate cube host
This commit is contained in:
parent
dad68acf68
commit
f2ab446c48
45 changed files with 904 additions and 88 deletions
|
@ -8,12 +8,12 @@ in merge <| mkIf config.isDesktop {
|
|||
xdg.portal = enabled {
|
||||
config.common.default = "*";
|
||||
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-hyprland
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
];
|
||||
|
||||
configPackages = with pkgs; [
|
||||
hyprland
|
||||
configPackages = [
|
||||
pkgs.hyprland
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -50,7 +50,7 @@ in merge <| mkIf config.isDesktop {
|
|||
enableXdgAutostart = true;
|
||||
};
|
||||
|
||||
# plugins = with pkgs; [ hyprcursors ];
|
||||
# plugins = [ pkgs.hyprcursors ];
|
||||
|
||||
# settings.plugin.dynamic-cursors = {
|
||||
# mode = "rotate";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue