Nix #2
18 changed files with 360 additions and 359 deletions
|
|
@ -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; [
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, config, ... }: {
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../modules
|
../../modules
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@ in
|
||||||
zenith
|
zenith
|
||||||
nh
|
nh
|
||||||
amberol
|
amberol
|
||||||
|
satty
|
||||||
(callPackage
|
(callPackage
|
||||||
../override/ncspot.nix
|
../override/ncspot.nix
|
||||||
{ })
|
{ })
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, pkgs, ... }: {
|
{ lib, ... }: {
|
||||||
|
|
||||||
services.flatpak.remotes = lib.mkOptionDefault [{
|
services.flatpak.remotes = lib.mkOptionDefault [{
|
||||||
name = "flathub-stable";
|
name = "flathub-stable";
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{ pkgs
|
||||||
pkgs
|
|
||||||
, ...
|
, ...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue