mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:16:35 +01:00
I hope this fixes it
This commit is contained in:
parent
cc3225dd1b
commit
c682dfaa71
2 changed files with 17 additions and 3 deletions
16
common.nix
16
common.nix
|
@ -1,4 +1,4 @@
|
|||
{ home-manager, nixpkgs, nur, prismlauncher, ... }:
|
||||
{ home-manager, nixpkgs, nur, prismlauncher, inputs, ... }:
|
||||
|
||||
{
|
||||
home-manager = {
|
||||
|
@ -12,6 +12,20 @@
|
|||
overlays = [ prismlauncher.overlay nur.overlay ];
|
||||
};
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
nix.registry = {
|
||||
flake-utils.flake = flake-utils;
|
||||
home-manager.flake = home-manager;
|
||||
nix-darwin.flake = nix-darwin;
|
||||
nixos-hardware.flake = nixos-hardware;
|
||||
nur.flake = nur;
|
||||
nixpkgs.flake = nixpkgs;
|
||||
};
|
||||
nix.nixPath = [ "nixpkgs=/etc/channels/nixpkgs" "nixos-config=/etc/nixos/configuration.nix" "/nix/var/nix/profiles/per-user/root/channels" ];
|
||||
|
||||
environment.etc."channels/nixpkgs".source = inputs.nixpkgs.outPath;
|
||||
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
|
|
|
@ -128,14 +128,14 @@ in
|
|||
libredirect
|
||||
privacy-badger
|
||||
languagetool
|
||||
#fastforward
|
||||
fastforward
|
||||
return-youtube-dislikes
|
||||
sponsorblock
|
||||
augmented-steam
|
||||
steam-database
|
||||
refined-github
|
||||
plasma-integration
|
||||
#bypass-paywalls-clean
|
||||
bypass-paywalls-clean
|
||||
lovely-forks
|
||||
search-by-image
|
||||
skip-redirect
|
||||
|
|
Loading…
Reference in a new issue