minor tweaks, update, format

This commit is contained in:
atagen 2023-06-30 13:54:35 +10:00
parent 3e5b3303c3
commit 3b592d37d0
9 changed files with 96 additions and 69 deletions

View file

@ -8,7 +8,6 @@
modulesPath,
...
}: {
imports = [
./configuration.nix
];
@ -67,7 +66,6 @@
};
};
services.xserver.videoDrivers = ["i915"];
programs.xwayland.enable = true;
@ -94,23 +92,23 @@
"system76-scheduler".source = "${pkgs.linuxPackages.system76-scheduler}/etc/system76-scheduler";
};
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; [
openrgb