Removed unnecessary { ... }: headers from ./home/**/*.nix
This commit is contained in:
parent
2418e8153a
commit
0ae6f0a1a8
@ -1,4 +1,3 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.nethack = {
|
||||
enable = true;
|
||||
|
@ -1,10 +1,3 @@
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./components/hyprland.nix
|
||||
|
@ -1,10 +1,3 @@
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user