mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
debug
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ inputs, config, ... }: {
|
||||
flake.nixosModules.computer-mo = { user, ... }: {
|
||||
flake.nixosModules.computer-mo = { ... }: {
|
||||
imports = with inputs.self.nixosModules; [
|
||||
base
|
||||
desktop
|
||||
@@ -16,7 +16,7 @@
|
||||
mo
|
||||
];
|
||||
|
||||
home-manager.users.${user}.imports = with config.flake.homeModules; [
|
||||
home-manager.users.mo.imports = with config.flake.homeModules; [
|
||||
gnome
|
||||
base
|
||||
];
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{ inputs, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
# user = "mo";
|
||||
host = "computer-mo";
|
||||
|
||||
mkHost = inputs.self.lib.mkHost;
|
||||
|
||||
Reference in New Issue
Block a user