chore: format
This commit is contained in:
parent
84da634f57
commit
57cacdb1c9
18 changed files with 360 additions and 359 deletions
|
|
@ -17,6 +17,8 @@
|
|||
bibata-cursors
|
||||
xorg.xkbutils
|
||||
libxkbcommon
|
||||
gnome-icon-theme
|
||||
icon-library
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, config, ... }: {
|
||||
{
|
||||
imports = [
|
||||
../../modules
|
||||
];
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ in
|
|||
zenith
|
||||
nh
|
||||
amberol
|
||||
satty
|
||||
(callPackage
|
||||
../override/ncspot.nix
|
||||
{ })
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, pkgs, ... }: {
|
||||
{ lib, ... }: {
|
||||
|
||||
services.flatpak.remotes = lib.mkOptionDefault [{
|
||||
name = "flathub-stable";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
pkgs
|
||||
{ pkgs
|
||||
, ...
|
||||
}: {
|
||||
imports = [
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue