mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nix): use {} instead of {...}: {}
This commit is contained in:
parent
0ac4bf54c4
commit
f64c16b0ec
11 changed files with 11 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{
|
||||
programs.btop.enable = true;
|
||||
|
||||
# Link manually to get the theme along with the config
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{
|
||||
programs = {
|
||||
git = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{
|
||||
programs.starship = let
|
||||
inherit (builtins) readFile;
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue