Removed unnecessary { ... }: headers from ./home/**/*.nix

This commit is contained in:
xezo360hye 2024-08-05 00:21:49 +03:00
parent 2418e8153a
commit 0ae6f0a1a8
3 changed files with 0 additions and 15 deletions

View File

@ -1,4 +1,3 @@
{ ... }:
{ {
programs.nethack = { programs.nethack = {
enable = true; enable = true;

View File

@ -1,10 +1,3 @@
{
inputs,
config,
pkgs,
lib,
...
}:
{ {
imports = [ imports = [
./components/hyprland.nix ./components/hyprland.nix

View File

@ -1,10 +1,3 @@
{
inputs,
config,
pkgs,
lib,
...
}:
{ {
programs = { programs = {
home-manager.enable = true; home-manager.enable = true;