mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(misc): laptop fixes
This commit is contained in:
parent
7f69011deb
commit
8872b78a07
9 changed files with 104 additions and 58 deletions
|
|
@ -1,4 +1,7 @@
|
|||
_: {
|
||||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
xclip
|
||||
];
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue