summaryrefslogtreecommitdiff
path: root/home/environ/path.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/environ/path.nix')
-rw-r--r--home/environ/path.nix14
1 files changed, 9 insertions, 5 deletions
diff --git a/home/environ/path.nix b/home/environ/path.nix
index 912f781..9fc0a94 100644
--- a/home/environ/path.nix
+++ b/home/environ/path.nix
@@ -1,10 +1,14 @@
-{ config, lib, pkgs, ... }:
+{
+ config,
+ lib,
+ pkgs,
+ ...
+}:
with lib; let
cfg = config.local.environ;
py = pkgs.python3Packages;
-in
-{
+in {
config = mkIf cfg.enable {
home.packages = [
pkgs.calc
@@ -13,8 +17,8 @@ in
pkgs.local.athena-bccr.latest.firmador
pkgs.gcc
pkgs.gnome-screenshot
- (pkgs.gajim.overrideAttrs (super: { buildInputs = super.buildInputs ++ [ pkgs.gsound ]; }))
- (pkgs.local.athena-bccr.latest.gaudi.override { gaudiHash = "sha256-0nuku63USr5rC0rIwUC6toDN46qu8/KkezDTsVz9uJo="; })
+ (pkgs.gajim.overrideAttrs (super: {buildInputs = super.buildInputs ++ [pkgs.gsound];}))
+ (pkgs.local.athena-bccr.latest.gaudi.override {gaudiHash = "sha256-0nuku63USr5rC0rIwUC6toDN46qu8/KkezDTsVz9uJo=";})
pkgs.gnucash
pkgs.gruvbox-dark-icons-gtk
pkgs.hack-font