1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Update readme, Fix wrong config name in graphical.nix

This commit is contained in:
Stefan Ellmauthaler 2022-05-24 15:06:56 +02:00
parent 4b099404d4
commit d7fc4f3338
Failed to extract signature
2 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,10 @@
- [x] lorri or similar (nix-direnv)
- [x] whole home manager stuff
- [x] baseconfiguration handled
- [ ] programs handled
- [x] programs handled
- [X] locale/fonts
- [X] zsh
- [x] gnupg agent
- [ ] integrate steam-run module
- [ ] integrate texlive module
- [x] integrate steam-run module
- [x] integrate texlive module

View File

@ -24,7 +24,7 @@ with lib; {
#xserverDPI = if config.variables.hostName == "stel-xps" then 180 else null;
in
{
config.elss.users.x11.enable = true;
elss.users.x11.enable = true;
networking.networkmanager.enable = true;
services = {