mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-28 10:09:17 -05:00
Revert "base: set $FLAKE to release-24.11 branch"
This reverts commit c2b38cb823
.
This commit is contained in:
parent
e1fbcd542e
commit
15a8597aef
|
@ -1,6 +1,6 @@
|
|||
{lib, ...}: {
|
||||
boot.loader.systemd-boot.configurationLimit = lib.mkDefault 10;
|
||||
environment.variables.FLAKE = lib.mkDefault "github:alyraffauf/nixcfg/release-24.11";
|
||||
environment.variables.FLAKE = lib.mkDefault "github:alyraffauf/nixcfg";
|
||||
|
||||
programs = {
|
||||
dconf.enable = true; # Needed for home-manager
|
||||
|
|
Loading…
Reference in a new issue