Nix #2

Merged
DashieTM merged 23 commits from nix into main 2024-04-22 20:38:46 +02:00
18 changed files with 360 additions and 359 deletions
Showing only changes of commit 57cacdb1c9 - Show all commits

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