diff --git a/config/themes/default.nix b/config/themes/default.nix index 4db96d6..6de7eee 100755 --- a/config/themes/default.nix +++ b/config/themes/default.nix @@ -35,7 +35,7 @@ in }; fonts = { names = { - name0 = "MonaspiceAr Nerd Font"; + name0 = "MonaspiceRn Nerd Font"; name1 = ""; }; sizes = { diff --git a/nixos/modules/hyprland/wayland.nix b/nixos/modules/hyprland/wayland.nix index cc19e3e..51e7766 100755 --- a/nixos/modules/hyprland/wayland.nix +++ b/nixos/modules/hyprland/wayland.nix @@ -1,5 +1,4 @@ -{ pkgs, ... }: -{ +{pkgs, ...}: { environment.sessionVariables.NIXOS_OZONE_WL = "1"; xdg = { @@ -7,10 +6,11 @@ enable = true; extraPortals = builtins.attrValues { - inherit (pkgs) - xdg-desktop-portal-hyprland + inherit + (pkgs) + # xdg-desktop-portal-hyprland xdg-desktop-portal-wlr - # xdg-desktop-portal-kde + xdg-desktop-portal-kde xdg-desktop-portal-gtk ; }; diff --git a/systems/desktop/config/filesystem.nix b/systems/desktop/config/filesystem.nix index bd4b14a..28b46d1 100755 --- a/systems/desktop/config/filesystem.nix +++ b/systems/desktop/config/filesystem.nix @@ -71,11 +71,11 @@ in in { "/" = { - device = "/dev/disk/by-uuid/5c416d6a-9c2b-4b0c-9e0e-9bb3bf56a863"; + device = "/dev/disk/by-uuid/f63ce470-874a-4d2f-9494-31a15ca39f7f"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/B1B8-E776"; + device = "/dev/disk/by-uuid/D29F-080E"; fsType = "vfat"; options = desktop.boot.options; }; @@ -85,7 +85,7 @@ in // (builtins.listToAttrs (map sambaMounts sambaDrives)); swapDevices = [ - { device = "/dev/disk/by-uuid/644ad843-337d-429f-abb8-2423c8ed111e"; } + { device = "/dev/disk/by-uuid/e3724d5e-9aba-4a32-9d89-c2117b1ed044"; } ]; systemd.tmpfiles.rules = [