1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
This commit is contained in:
Rae 5e 2024-12-20 14:01:15 -05:00
parent c1a57e52f4
commit c576378a6a
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
{
imports = [
./packages.nix
../packages.nix
];
nix.settings.experimental-features = ["nix-command" "flakes"];

View file

@ -2,7 +2,7 @@
{
imports = [
./hardware-configuration.nix
../../base.nix
../base.nix
];
boot.loader = {