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