diff --git a/home/programs/wlogout.nix b/home/programs/wlogout.nix index 6232627..bfa43f8 100644 --- a/home/programs/wlogout.nix +++ b/home/programs/wlogout.nix @@ -29,7 +29,7 @@ in { normal.black (builtins.path { name = "winlogo"; - path = ./winlogo.png; + path = ../winlogo.png; sha256 = "7c1ff96b553c7a7ca3a7b7cf8efe830ab7feea92355aed288a10ee7347c24108"; }) ] diff --git a/system/adrift.nix b/system/adrift.nix index ffb5338..b3fad37 100644 --- a/system/adrift.nix +++ b/system/adrift.nix @@ -31,12 +31,12 @@ }; fileSystems."/" = { - device = "thing goes here"; + device = "/dev/disk/by-uuid/26389642-cf51-4c58-98e9-1fe491a11bb9"; fsType = "ext4"; }; swapDevices = [ - "update this" + {device = "/dev/disk/by-uuid/a732641d-1233-45a7-8614-53caed60f11b";} ]; boot.loader.systemd-boot.configurationLimit = 2; @@ -66,23 +66,23 @@ services.xserver.videoDrivers = ["i915"]; programs.xwayland.enable = true; - # xdg.portal = { - # enable = true; - # wlr = { - # enable = true; - # # settings = { - # # screencast = { - # # output_name = "DP-1"; - # # max_fps = 60; - # # chooser_type = "simple"; - # # chooser_nvidia = "${pkgs.slurp}/bin/slurp -f %o -or"; - # # }; - # # }; - # }; - # extraPortals = with pkgs; [ - # xdg-desktop-portal-gtk - # ]; - # }; + xdg.portal = { + enable = true; + wlr = { + enable = true; + # # settings = { + # # screencast = { + # # output_name = "DP-1"; + # # max_fps = 60; + # # chooser_type = "simple"; + # # chooser_nvidia = "${pkgs.slurp}/bin/slurp -f %o -or"; + # # }; + # # }; + }; + extraPortals = with pkgs; [ + xdg-desktop-portal-gtk + ]; + }; environment.systemPackages = with pkgs; [ wl-clipboard