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 bibata-cursors
xorg.xkbutils xorg.xkbutils
libxkbcommon libxkbcommon
gnome-icon-theme
icon-library
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [

View file

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

View file

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

View file

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

View file

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

View file

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