Cleanup and fixes
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
libinput
|
||||
nodejs
|
||||
age
|
||||
eza
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user