diff --git a/flake.nix b/flake.nix index dbb144f..9c60a29 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,9 @@ #sops-nix.url = "github:Mic92/sops-nix"; #sops-nix.inputs.nixpkgs.follows = "nixpkgs"; #matrix-next.url = "github:dali99/nixos-matrix-modules"; # see https://git.pvv.ntnu.no/Drift/pvv-nixos-config/src/main/flake.nix + #https://github.com/considerate/nixos-odroidhc4 + #https://cyberchaos.dev/cyberchaoscreatures/musl-nixos/ + #https://github.com/numtide/system-manager # used to host old docs #nixpkgs-22.url = "github:NixOS/nixpkgs/nixos-22.11"; diff --git a/hardware/gpu/rocm.nix b/hardware/gpu/rocm.nix index d2041f2..4c061fe 100644 --- a/hardware/gpu/rocm.nix +++ b/hardware/gpu/rocm.nix @@ -9,7 +9,6 @@ nixpkgs.config.openglSupport = true; # why is this not set by hardware.opengl.enable ? nixpkgs.config.rocmSupport = true; - nixpkgs.config.openglSupport = true; nixpkgs.config.vdpauSupport = true; nixpkgs.config.vaapiSupport = true; diff --git a/users/pbsds/home/profiles/desktop.nix b/users/pbsds/home/profiles/desktop.nix index d1a8604..5d27149 100644 --- a/users/pbsds/home/profiles/desktop.nix +++ b/users/pbsds/home/profiles/desktop.nix @@ -8,13 +8,14 @@ discord element-desktop#-wayland slack + telegram-desktop f3d firefox zotero gnome.eog gnome-connections scrcpy - #spotify # use the flatpak instead + #spotify # use flathub version instead transgui #transmission-remote-gtk ]; @@ -28,18 +29,10 @@ ''; # TODO: automatic flatpak updates - /** / - # fix spotify facebook login (i instead opt for flatpack, as it how fails with some libcurl stuff) - nixpkgs.overlays = [(final: prev: { - spotify = prev.spotify.override { - nss = prev.nss_latest; - }; - })]; - /**/ - - # Do not keep me from using the app just to force an update - xdg.configFile."discord/settings.json".text = builtins.toJSON { - SKIP_HOST_UPDATE = true; - }; + # TODO: fix collision + ## Do not keep me from using the app just to force an update + #xdg.configFile."discord/settings.json".text = builtins.toJSON { + # SKIP_HOST_UPDATE = true; + #}; }