remove all unecessary imports for cleaner code :)
This commit is contained in:
parent
441a7dcb60
commit
415903451f
74 changed files with 52 additions and 390 deletions
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
boot.kernelPatches = [
|
||||
rec {
|
||||
name = "compat_uts_machine";
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue