fix: add new options to reference distribution

This commit is contained in:
Youwen Wu 2024-12-25 23:49:43 -08:00
parent 6fdc88a854
commit 3a64bae427
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -8,17 +8,20 @@
}:
{
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
];
networking.hostName = "demeter"; # Define your hostname.
networking.hostName = "demeter";
liminalOS = {
flakeLocation = "/home/youwen/.config/liminalOS";
config.allowUnfree = true;
defaultEditor = inputs.viminal.packages.${pkgs.system}.default;
formFactor = "desktop";
theming = {
wallpaper = "${inputs.wallpapers}/aesthetic/afterglow_city_skyline_at_night.png";
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
};
system = {
audio.prod.enable = true;
networking = {