eh
This commit is contained in:
parent
9809b69de5
commit
26587b49c9
|
@ -30,7 +30,7 @@
|
|||
in {
|
||||
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
pkgs = import nixpkgs { system = "aarch64-linux"; };
|
||||
modules = [ .hosts/phone];
|
||||
modules = [ ./hosts/phone];
|
||||
};
|
||||
|
||||
nixosConfigurations = {
|
||||
|
|
|
@ -54,7 +54,13 @@
|
|||
|
||||
|
||||
home-manager = {
|
||||
config = ./home.nix;
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
imports = [
|
||||
./home
|
||||
];
|
||||
|
||||
# config = ./home.nix;
|
||||
};
|
||||
|
||||
user.shell = "${pkgs.zsh}/bin/zsh";
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
imports = [
|
||||
./home
|
||||
];
|
||||
|
||||
}
|
Loading…
Reference in a new issue