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:
parent
4b099404d4
commit
d7fc4f3338
@ -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
|
||||
|
||||
|
||||
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user