This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ inputs, config, pkgs, lib, overlays, ... }:
|
||||
{ inputs, pkgs, overlays, ... }:
|
||||
{
|
||||
|
||||
imports =
|
||||
@@ -13,7 +13,6 @@
|
||||
isNormalUser = true;
|
||||
description = "smayzy";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ inputs, config, pkgs, lib, ... }:
|
||||
{ inputs, config, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
@@ -39,6 +39,4 @@
|
||||
}
|
||||
'';
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,15 +1,8 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
../common/home.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
];
|
||||
|
||||
home.file = {
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ inputs, config, pkgs, lib, ... }:
|
||||
{ inputs, config, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
@@ -28,7 +28,4 @@
|
||||
|
||||
networking.hostName = "laptop1";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
@@ -1,14 +1,8 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
../common/home.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
];
|
||||
|
||||
home.file = {
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user