meowmeowmeowmeow

This commit is contained in:
Lucy von Overheidt 2025-09-12 21:05:21 +02:00
parent a2890ed58a
commit 96a0525a9f
4 changed files with 12 additions and 17 deletions

View file

@ -53,11 +53,10 @@
# Per-system configuration # Per-system configuration
perSystem = perSystem =
{ { config
config, , pkgs
pkgs, , lib
lib, , ...
...
}: }:
{ {
# Configure treefmt # Configure treefmt

View file

@ -2,9 +2,8 @@
# your system. Help is available in the configuration.nix(5) man page, on # your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`). # https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ { pkgs
pkgs, , ...
...
}: }:
{ {

View file

@ -1,14 +1,12 @@
{ { config
config, , pkgs
pkgs, , ...
...
}: }:
{ {
imports = [ imports = [
./helix.nix ./helix.nix
./alacritty.nix ./alacritty.nix
./nushell.nix ./nushell.nix
./waybar.nix
./niri ./niri
./gammastep.nix ./gammastep.nix
./hypridle.nix ./hypridle.nix

View file

@ -1,7 +1,6 @@
{ { pkgs
pkgs, , inputs
inputs, , ...
...
}: }:
{ {