mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
set $FLAKE to 24.05 branch
This commit is contained in:
parent
b84018ba59
commit
eeb312d6b0
|
@ -1,10 +1,4 @@
|
||||||
{
|
{config, ...}: {
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
environment.variables.FLAKE = lib.mkDefault "github:alyraffauf/nixcfg";
|
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowReboot = true;
|
allowReboot = true;
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
boot.loader.systemd-boot.configurationLimit = lib.mkDefault 10;
|
boot.loader.systemd-boot.configurationLimit = lib.mkDefault 10;
|
||||||
console.useXkbConfig = true;
|
console.useXkbConfig = true;
|
||||||
hardware.keyboard.qmk.enable = true;
|
hardware.keyboard.qmk.enable = true;
|
||||||
|
environment.variables.FLAKE = lib.mkDefault "github:alyraffauf/nixcfg/24.05";
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
dconf.enable = true; # Needed for home-manager
|
dconf.enable = true; # Needed for home-manager
|
||||||
|
|
Loading…
Reference in a new issue