From 35bb7901e57d27b90b8c19243ac7dba624fe006b Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Fri, 14 Apr 2023 03:00:58 +0200 Subject: [PATCH] tokodon: install from nixos-unstable reason: not yet backported to stable --- flake.nix | 8 ++++++-- home/home.nix | 5 +++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 4d5b7d3..b546a27 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,10 @@ inherit system; modules = [ ./nixos/configuration.nix ]; # necessary to make the top-level inputs available to system configuration - specialArgs = { inherit inputs; }; + specialArgs = { + #TODO: for system, consider moving to flake-utils + inherit inputs system; + }; }; homeConfigurations.spiollinux = inputs.home-manager.lib.homeManagerConfiguration { inherit pkgs; @@ -49,7 +52,8 @@ # Optionally use extraSpecialArgs # to pass through arguments to home.nix extraSpecialArgs = { - inherit inputs; + #TODO: for system, consider moving to flake-utils + inherit inputs system; }; }; }; diff --git a/home/home.nix b/home/home.nix index 9a87b78..20a7fa3 100644 --- a/home/home.nix +++ b/home/home.nix @@ -1,9 +1,9 @@ -{ pkgs, inputs, config, ... }: +{ pkgs, inputs, config, system, ... }: with pkgs; let # nix-channel --add https://nixos.org/channels/nixos-unstable nixos-unstable - unstable = inputs.nixos-unstable; + unstable = inputs.nixos-unstable.legacyPackages.${system}; desktopApps = [ firefox @@ -155,6 +155,7 @@ let skanlite akonadiconsole plasma-browser-integration + unstable.tokodon # mastodon client ] ++ ( with kdeFrameworks; [