feat: reconfigure

This commit is contained in:
Infinidoge 2021-09-08 09:33:25 -04:00
parent 00f3a285dd
commit c71407281c
13 changed files with 252 additions and 120 deletions

View file

@ -0,0 +1,15 @@
{ pkgs, ... }: {
services.xserver = {
enable = true;
layout = "us";
};
environment.systemPackages = with pkgs; [
xclip
xdotool
xorg.xwininfo
xorg.xauth
blugon
];
}