mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:46:50 +01:00
Clean up
This commit is contained in:
parent
4ad99aa52f
commit
69fc2c2a8b
3 changed files with 8 additions and 3 deletions
|
@ -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";
|
||||||
|
|
|
@ -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 []) ++ [
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue