diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 12 |
1 files changed, 11 insertions, 1 deletions
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 |
