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] lorri or similar (nix-direnv)
|
||||||
- [x] whole home manager stuff
|
- [x] whole home manager stuff
|
||||||
- [x] baseconfiguration handled
|
- [x] baseconfiguration handled
|
||||||
- [ ] programs handled
|
- [x] programs handled
|
||||||
- [X] locale/fonts
|
- [X] locale/fonts
|
||||||
- [X] zsh
|
- [X] zsh
|
||||||
- [x] gnupg agent
|
- [x] gnupg agent
|
||||||
- [ ] integrate steam-run module
|
- [x] integrate steam-run module
|
||||||
- [ ] integrate texlive module
|
- [x] integrate texlive module
|
||||||
|
|
||||||
|
|||||||
@ -24,7 +24,7 @@ with lib; {
|
|||||||
#xserverDPI = if config.variables.hostName == "stel-xps" then 180 else null;
|
#xserverDPI = if config.variables.hostName == "stel-xps" then 180 else null;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config.elss.users.x11.enable = true;
|
elss.users.x11.enable = true;
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user