mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 15:07:44 -05:00
Cleanup And Updating envy's Config
This commit is contained in:
parent
3cf90819b3
commit
70b25c9378
3 changed files with 4 additions and 45 deletions
|
|
@ -1,15 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
gui.enable = true;
|
||||
|
||||
services.xserver.enable = true;
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.xserver = {
|
||||
desktopManager.plasma5.enable = true;
|
||||
xkb = {
|
||||
layout = "us";
|
||||
variant = "";
|
||||
};
|
||||
};
|
||||
networking.networkmanager.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue