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 = [
./core.nix

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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