ljdalkjdsalkj
This commit is contained in:
parent
4a690cac13
commit
a2ab641f72
|
@ -12,6 +12,9 @@
|
||||||
#sops-nix.url = "github:Mic92/sops-nix";
|
#sops-nix.url = "github:Mic92/sops-nix";
|
||||||
#sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
#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
|
#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
|
# used to host old docs
|
||||||
#nixpkgs-22.url = "github:NixOS/nixpkgs/nixos-22.11";
|
#nixpkgs-22.url = "github:NixOS/nixpkgs/nixos-22.11";
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
nixpkgs.config.openglSupport = true; # why is this not set by hardware.opengl.enable ?
|
nixpkgs.config.openglSupport = true; # why is this not set by hardware.opengl.enable ?
|
||||||
nixpkgs.config.rocmSupport = true;
|
nixpkgs.config.rocmSupport = true;
|
||||||
nixpkgs.config.openglSupport = true;
|
|
||||||
nixpkgs.config.vdpauSupport = true;
|
nixpkgs.config.vdpauSupport = true;
|
||||||
nixpkgs.config.vaapiSupport = true;
|
nixpkgs.config.vaapiSupport = true;
|
||||||
|
|
||||||
|
|
|
@ -8,13 +8,14 @@
|
||||||
discord
|
discord
|
||||||
element-desktop#-wayland
|
element-desktop#-wayland
|
||||||
slack
|
slack
|
||||||
|
telegram-desktop
|
||||||
f3d
|
f3d
|
||||||
firefox
|
firefox
|
||||||
zotero
|
zotero
|
||||||
gnome.eog
|
gnome.eog
|
||||||
gnome-connections
|
gnome-connections
|
||||||
scrcpy
|
scrcpy
|
||||||
#spotify # use the flatpak instead
|
#spotify # use flathub version instead
|
||||||
transgui #transmission-remote-gtk
|
transgui #transmission-remote-gtk
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -28,18 +29,10 @@
|
||||||
'';
|
'';
|
||||||
# TODO: automatic flatpak updates
|
# TODO: automatic flatpak updates
|
||||||
|
|
||||||
/** /
|
# TODO: fix collision
|
||||||
# fix spotify facebook login (i instead opt for flatpack, as it how fails with some libcurl stuff)
|
## Do not keep me from using the app just to force an update
|
||||||
nixpkgs.overlays = [(final: prev: {
|
#xdg.configFile."discord/settings.json".text = builtins.toJSON {
|
||||||
spotify = prev.spotify.override {
|
# SKIP_HOST_UPDATE = true;
|
||||||
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;
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue