Nix: fix syntax

This commit is contained in:
Mihai Fufezan 2022-12-28 17:31:43 +02:00
parent 2dbf6731c9
commit 8e96c3f320
No known key found for this signature in database
GPG key ID: 5899325F2F120900
3 changed files with 4 additions and 2 deletions

View file

@ -30,6 +30,7 @@ For a list of available options, check the
]; ];
}; };
}; };
}
``` ```
Don't forget to replace `user@hostname` with your username and hostname! Don't forget to replace `user@hostname` with your username and hostname!
@ -38,7 +39,7 @@ Don't forget to replace `user@hostname` with your username and hostname!
```nix ```nix
# home config # home config
{config, pkgs, inputs, ...}: let {config, pkgs, ...}: let
flake-compat = builtins.fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz"; flake-compat = builtins.fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz";
hyprland = (import flake-compat { hyprland = (import flake-compat {

View file

@ -30,6 +30,7 @@ As such, installation using the Flake is recommended.
]; ];
}; };
}; };
}
``` ```
Don't forget to replace `HOSTNAME` with your hostname! Don't forget to replace `HOSTNAME` with your hostname!

View file

@ -26,7 +26,7 @@ programs.hyprland = { # or wayland.windowManager.hyprland
hidpi = true; hidpi = true;
}; };
nvidiaPatches = false; nvidiaPatches = false;
} };
``` ```
## Options descriptions ## Options descriptions