fuck lockfiles i guess

This commit is contained in:
atagen 2024-01-05 23:20:05 +11:00
parent 64e0765933
commit 8d1144beb0
10 changed files with 55 additions and 1142 deletions

View file

@ -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