xmobar
This commit is contained in:
13
home/programs/xmonad/src/xmobar/default.nix
Normal file
13
home/programs/xmonad/src/xmobar/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
with pkgs;
|
||||
haskellPackages.mkDerivation {
|
||||
pname = "xmobar";
|
||||
version = "0.1.0.0";
|
||||
src = /etc/nixos/home/programs/xmonad/src/xmobar/.;
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = with haskellPackages; [ base xmobar ];
|
||||
license = "unknown";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user