meowmeowmeowmeow
This commit is contained in:
parent
a2890ed58a
commit
96a0525a9f
4 changed files with 12 additions and 17 deletions
|
|
@ -53,11 +53,10 @@
|
||||||
|
|
||||||
# Per-system configuration
|
# Per-system configuration
|
||||||
perSystem =
|
perSystem =
|
||||||
{
|
{ config
|
||||||
config,
|
, pkgs
|
||||||
pkgs,
|
, lib
|
||||||
lib,
|
, ...
|
||||||
...
|
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
# Configure treefmt
|
# Configure treefmt
|
||||||
|
|
|
||||||
|
|
@ -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,
|
, ...
|
||||||
...
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{ pkgs
|
||||||
pkgs,
|
, inputs
|
||||||
inputs,
|
, ...
|
||||||
...
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue