Cleanup and fixes

This commit is contained in:
2026-07-07 14:03:03 +01:00
parent 75fb14ffe7
commit 6b8c8e86f4
6 changed files with 34 additions and 9 deletions
+18 -1
View File
@@ -14,14 +14,31 @@
firefox
kitty
rofi
xev
xkbcomp
xdg-utils
inputs.kutu.packages.${pkgs.system}.default
inputs.kutu.packages.${stdenv.hostPlatform.system}.default
]);
services.xserver = {
enable = true;
displayManager.startx.enable = true;
videoDrivers = [ "modesetting" ];
xkb = {
layout = "us";
variant = "";
options = "terminate:ctrl_alt_bksp";
};
};
services.dbus.enable = true;
xdg.portal = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
];
};
networking.hostName = "tardis";