ref(nix): use {} instead of {...}: {}

This commit is contained in:
Léana 江 2024-02-13 08:42:36 +01:00 committed by Léana 江
parent 0ac4bf54c4
commit f64c16b0ec
11 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
{...}: {
{
programs.btop.enable = true;
# Link manually to get the theme along with the config

View file

@ -1,4 +1,4 @@
{...}: {
{
programs.fzf = {
enable = true;
enableFishIntegration = true;

View file

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

View file

@ -1,4 +1,4 @@
{...}: {
{
programs.starship = let
inherit (builtins) readFile;
in {