aoife updates
This commit is contained in:
parent
c2552d39a1
commit
4960ed0866
4 changed files with 88 additions and 68 deletions
|
@ -15,6 +15,11 @@
|
|||
isLaptop = true;
|
||||
};
|
||||
|
||||
programs.wireshark.enable = true;
|
||||
users.extraUsers.vivian.extraGroups = [ "wireshark" ];
|
||||
|
||||
virtualisation.lxc.enable = true;
|
||||
|
||||
# Bootloader.
|
||||
boot = {
|
||||
bootspec.enable = true;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
xserver.videoDrivers = [ "amdgpu" ];
|
||||
xserver = {
|
||||
dpi = 280;
|
||||
xkbOptions = "caps:swapescape";
|
||||
xkb.options = "caps:swapescape";
|
||||
};
|
||||
|
||||
# SSD Trim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue