chore: format

This commit is contained in:
DashieTM 2024-04-18 21:10:51 +02:00
parent 84da634f57
commit 57cacdb1c9
18 changed files with 360 additions and 359 deletions

View file

@ -17,6 +17,8 @@
bibata-cursors
xorg.xkbutils
libxkbcommon
gnome-icon-theme
icon-library
];
fonts.packages = with pkgs; [

View file

@ -1,4 +1,4 @@
{ lib, config, ... }: {
{
imports = [
../../modules
];

View file

@ -43,6 +43,7 @@ in
zenith
nh
amberol
satty
(callPackage
../override/ncspot.nix
{ })

View file

@ -1,4 +1,4 @@
{ lib, pkgs, ... }: {
{ lib, ... }: {
services.flatpak.remotes = lib.mkOptionDefault [{
name = "flathub-stable";

View file

@ -1,5 +1,4 @@
{
pkgs
{ pkgs
, ...
}: {
imports = [

View file

@ -1,7 +1,6 @@
# Copyright (c) 2020-2021 Mihai Fufezan
# credits to fufexan https://github.com/fufexan/dotfiles/blob/main/home/terminal/programs/xdg.nix
{ config
, pkgs
, ...
}:
let