flake migration (again)
This commit is contained in:
12
base.nix
12
base.nix
@@ -1,15 +1,19 @@
|
||||
{ config, lib, pkgs, options, ... }: {
|
||||
{ config, lib, pkgs, inputs, outputs, ... }: {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
./modules/apps.nix
|
||||
./modules/dev.nix
|
||||
./modules/shell.nix
|
||||
./modules/services.nix
|
||||
./jawz.nix
|
||||
];
|
||||
system = {
|
||||
copySystemConfiguration = true;
|
||||
stateVersion = "23.11";
|
||||
home-manager = {
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = true;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
users.jawz = import ./home-manager/default.nix;
|
||||
};
|
||||
system.stateVersion = "23.11";
|
||||
time = {
|
||||
timeZone = "America/Mexico_City";
|
||||
hardwareClockInLocalTime = true;
|
||||
|
||||
Reference in New Issue
Block a user