forked from autowolf/nix
nixfmt
This commit is contained in:
parent
252814b193
commit
eb74b94f02
4 changed files with 102 additions and 90 deletions
8
home.nix
8
home.nix
|
|
@ -1,5 +1,8 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./modules/neovim/nixcats.nix
|
||||
./modules/waybar/default.nix
|
||||
|
|
@ -36,7 +39,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
home.stateVersion = "25.11";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue