mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/rana/configuration.nix
This commit is contained in:
2026-01-13 11:29:07 +07:00
parent 395c17822d
commit d271686e90
3 changed files with 3 additions and 2 deletions

View File

@@ -52,6 +52,7 @@
./tests
./modules/clan/flake-module.nix
./modules/nixos/flake-module.nix
./modules/home-manager/flake-module.nix
];
perSystem =
{ pkgs, system, ... }:

View File

@@ -3,7 +3,7 @@
imports = [
self.nixosModules.common
self.nixosModules.personalComputer
self.nixosModules.home.emmie
self.nixosModules."home:emmie"
];
nixpkgs.hostPlatform = {

View File

@@ -1,6 +1,6 @@
{
flake.nixosModules = {
home.emmie = {
"home:emmie" = {
imports = [ ./emmie ];
};
};