remove arguments from default.nix that just import

This commit is contained in:
Anthony Rodriguez 2024-09-07 23:28:08 +02:00
parent 3dfa0fbf45
commit 97e58be52e
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
8 changed files with 9 additions and 15 deletions

View file

@ -1,5 +1,4 @@
{ ... }: _:
{ {
imports = [ imports = [
./core.nix ./core.nix

View file

@ -1,5 +1,4 @@
{ ... }: _:
{ {
imports = [ imports = [
./git.nix ./git.nix

View file

@ -1,5 +1,4 @@
{ ... }: _:
{ {
imports = [ imports = [
./core.nix ./core.nix
@ -16,5 +15,4 @@
./plugins/telescope.nix ./plugins/telescope.nix
./plugins/misc.nix ./plugins/misc.nix
]; ];
} }

View file

@ -1,5 +1,4 @@
{ ... }: _:
{ {
imports = [ imports = [
./fish.nix ./fish.nix

View file

@ -1,5 +1,4 @@
{ ... }: _:
{ {
imports = [ imports = [
../common ../common

View file

@ -1,5 +1,4 @@
{ ... }: _:
{ {
imports = [ imports = [
../common ../common

View file

@ -1,4 +1,4 @@
{ ... }: _:
{ {
imports = [ imports = [
./system ./system

View file

@ -1,4 +1,5 @@
{ ... }: { _:
{
imports = [ imports = [
./core.nix ./core.nix