feat: add nix channel declaratively
This commit is contained in:
parent
565aca5c1b
commit
1e0017a467
1 changed files with 3 additions and 1 deletions
|
@ -35,6 +35,8 @@
|
||||||
QT_FONT_DPI = "125";
|
QT_FONT_DPI = "125";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
system.autoUpgrade.channel = "https://nixos.org/channels/nixos-unstable";
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It's perfectly fine and recommended to leave
|
# on your system were taken. It's perfectly fine and recommended to leave
|
||||||
|
|
Loading…
Reference in a new issue