From 4d5782622f986048a6b36162c014ec376bc72f30 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 31 Jan 2025 19:09:20 -0600 Subject: [PATCH 1/3] feat: updated uuids --- systems/desktop/config/filesystem.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/desktop/config/filesystem.nix b/systems/desktop/config/filesystem.nix index 28b46d1..6a86b1e 100755 --- a/systems/desktop/config/filesystem.nix +++ b/systems/desktop/config/filesystem.nix @@ -71,11 +71,11 @@ in in { "/" = { - device = "/dev/disk/by-uuid/f63ce470-874a-4d2f-9494-31a15ca39f7f"; + device = "/dev/disk/by-uuid/34f4de2e-9c3e-4c0c-8a86-7194ff336ea1"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/D29F-080E"; + device = "/dev/disk/by-uuid/2522-F5A5"; fsType = "vfat"; options = desktop.boot.options; }; @@ -85,7 +85,7 @@ in // (builtins.listToAttrs (map sambaMounts sambaDrives)); swapDevices = [ - { device = "/dev/disk/by-uuid/e3724d5e-9aba-4a32-9d89-c2117b1ed044"; } + { device = "/dev/disk/by-uuid/ed943172-c759-4fe5-8d03-4d1da85457f9"; } ]; systemd.tmpfiles.rules = [ From 33da0019239adbb3c646ea193f587e24fbeeeace Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 31 Jan 2025 20:43:50 -0600 Subject: [PATCH 2/3] feat: updated uuids --- config/themes/default.nix | 2 +- nixos/modules/hyprland/wayland.nix | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/themes/default.nix b/config/themes/default.nix index 6de7eee..4db96d6 100755 --- a/config/themes/default.nix +++ b/config/themes/default.nix @@ -35,7 +35,7 @@ in }; fonts = { names = { - name0 = "MonaspiceRn Nerd Font"; + name0 = "MonaspiceAr Nerd Font"; name1 = ""; }; sizes = { diff --git a/nixos/modules/hyprland/wayland.nix b/nixos/modules/hyprland/wayland.nix index 51e7766..cc19e3e 100755 --- a/nixos/modules/hyprland/wayland.nix +++ b/nixos/modules/hyprland/wayland.nix @@ -1,4 +1,5 @@ -{pkgs, ...}: { +{ pkgs, ... }: +{ environment.sessionVariables.NIXOS_OZONE_WL = "1"; xdg = { @@ -6,11 +7,10 @@ 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 ; }; From e7cac64fb7468b8cdb1a950149e15aaea5ad14a9 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 31 Jan 2025 21:35:07 -0600 Subject: [PATCH 3/3] feat: updated uuids --- systems/desktop/config/filesystem.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/desktop/config/filesystem.nix b/systems/desktop/config/filesystem.nix index 6a86b1e..bd4b14a 100755 --- a/systems/desktop/config/filesystem.nix +++ b/systems/desktop/config/filesystem.nix @@ -71,11 +71,11 @@ in in { "/" = { - device = "/dev/disk/by-uuid/34f4de2e-9c3e-4c0c-8a86-7194ff336ea1"; + device = "/dev/disk/by-uuid/5c416d6a-9c2b-4b0c-9e0e-9bb3bf56a863"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/2522-F5A5"; + device = "/dev/disk/by-uuid/B1B8-E776"; fsType = "vfat"; options = desktop.boot.options; }; @@ -85,7 +85,7 @@ in // (builtins.listToAttrs (map sambaMounts sambaDrives)); swapDevices = [ - { device = "/dev/disk/by-uuid/ed943172-c759-4fe5-8d03-4d1da85457f9"; } + { device = "/dev/disk/by-uuid/644ad843-337d-429f-abb8-2423c8ed111e"; } ]; systemd.tmpfiles.rules = [