mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: improve EonTimer package
This commit is contained in:
parent
52c6bce5a1
commit
07a99987a7
13 changed files with 214 additions and 90 deletions
11
pkgs/fhs/default.nix
Normal file
11
pkgs/fhs/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ name, pkgs, ... }:
|
||||
let
|
||||
base = pkgs.appimageTools.defaultFhsEnvArgs;
|
||||
in
|
||||
pkgs.buildFHSEnv (base // {
|
||||
name = "fhs";
|
||||
targetPkgs = pkgs: (base.targetPkgs pkgs) ++ [ pkgs.pkg-config ];
|
||||
profile = "export FHS=1";
|
||||
runScript = "zsh";
|
||||
extraOutputsToInstall = [ "dev" ];
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue