This commit is contained in:
Johannes Jöns 2023-10-26 19:22:58 +02:00
parent 4ad99aa52f
commit 69fc2c2a8b
3 changed files with 8 additions and 3 deletions

View file

@ -2,7 +2,8 @@
description = "jopejoe1 NixOS configuration"; description = "jopejoe1 NixOS configuration";
inputs = { inputs = {
nixpkgs.url = "github:jopejoe1/nixpkgs/noto-emoji-unstale"; #nixpkgs.url = "github:jopejoe1/nixpkgs/noto-emoji-unstale";
nixpkgs.url = "github:nixos/nixpkgs";
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
nyx = { nyx = {
url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; url = "github:chaotic-cx/nyx/nyxpkgs-unstable";

View file

@ -21,7 +21,7 @@
]; ];
}); });
noto-fonts-color-emoji = pkgs.noto-fonts-color-emoji_withExtraFlags; #noto-fonts-color-emoji = pkgs.noto-fonts-color-emoji_withExtraFlags;
libadwaita = super.libadwaita.overrideAttrs (old: { libadwaita = super.libadwaita.overrideAttrs (old: {
patches = (old.patches or []) ++ [ patches = (old.patches or []) ++ [

View file

@ -11,7 +11,11 @@
services.hardware.openrgb.enable = true; services.hardware.openrgb.enable = true;
services.fwupd.enable = true; services.fwupd.enable = true;
nixpkgs.config = {
cudaSupport = true;
allowAliases = false;
allowUnfree = true;
}
services.xserver.desktopManager.kodi.enable = true; services.xserver.desktopManager.kodi.enable = true;