From 912fde1c17ee143d805cc7798801b6952dcf8576 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 20 Dec 2020 19:26:38 +0530 Subject: Creates derivation for shotkey --- configuration.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index d6e9a26..db55358 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,6 +7,7 @@ let apps = (import ./packages/sensible-apps/sensible-apps.nix).apps; sensible-apps = pkgs.callPackage ./packages/sensible-apps/pkg.nix {}; + shotkey = pkgs.callPackage ./packages/shotkey/pkg.nix {}; in { imports = [ ./hardware-configuration.nix @@ -81,7 +82,15 @@ in { # User users.users.imsohexy = { isNormalUser = true; - extraGroups = [ "wheel" "input" "audio" "video" "storage" "git" "networkmanager" ]; + extraGroups = [ + "wheel" + "input" + "audio" + "video" + "storage" + "git" + "networkmanager" + ]; shell = pkgs.zsh; }; @@ -133,6 +142,7 @@ in { ffmpeg-full sensible-apps + shotkey pass alsaUtils -- cgit v1.3.1