ljdalkjdsalkj

This commit is contained in:
Peder Bergebakken Sundt 2023-06-29 02:43:56 +02:00
parent 4a690cac13
commit a2ab641f72
3 changed files with 10 additions and 15 deletions

View File

@ -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";

View File

@ -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;

View File

@ -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;
#};
}