fix: auto formatter
This commit is contained in:
parent
59f507bc06
commit
7724f8cc5f
14 changed files with 47 additions and 52 deletions
|
@ -5,7 +5,6 @@
|
|||
nixos-unstable,
|
||||
...
|
||||
}: {
|
||||
|
||||
#nixpkgs.overlays = [ overlays.unstable-packages ];
|
||||
nixpkgs = {
|
||||
# You can add overlays here
|
||||
|
@ -25,11 +24,8 @@
|
|||
# });
|
||||
# })
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
imports = [
|
||||
# steam and other stuff seems to depend on perl
|
||||
#"${modulesPath}/profiles/perlless.nix"
|
||||
|
@ -57,7 +53,7 @@
|
|||
../../modules/wm_and_de
|
||||
|
||||
../../modules/pkg_mgrmnt
|
||||
|
||||
|
||||
../../system_profiles/defaults.nix
|
||||
# ../../tests
|
||||
];
|
||||
|
|
|
@ -4,13 +4,10 @@
|
|||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
|
||||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
||||
../../system_profiles/defaults.nix
|
||||
../../system_profiles/mini-container.nix
|
||||
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
{lib, ...}: {
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
}
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
allowUnfree = true;
|
||||
};
|
||||
|
||||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
{lib, ...}: {
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue