mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
homer: remove old package definition
This commit is contained in:
parent
66416c739b
commit
ff13080bcd
1 changed files with 2 additions and 18 deletions
|
@ -1,24 +1,8 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
homer = pkgs.stdenv.mkDerivation rec {
|
|
||||||
pname = "homer";
|
|
||||||
version = "22.06.1";
|
|
||||||
|
|
||||||
src = pkgs.fetchzip {
|
|
||||||
urls = [
|
|
||||||
"https://github.com/bastienwirtz/homer/releases/download/v${version}/homer.zip"
|
|
||||||
];
|
|
||||||
sha256 = "sha256-pr+0PFId1wG6tAFCdANiOaEdQoRMhOi+HfooO+X3geQ=";
|
|
||||||
stripRoot = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
installPhase = ''
|
|
||||||
cp -r $src $out/
|
|
||||||
'';
|
|
||||||
sourceRoot = ".";
|
|
||||||
};
|
|
||||||
|
|
||||||
homeConfig = {
|
homeConfig = {
|
||||||
title = "Dashboard";
|
title = "Dashboard";
|
||||||
header = false;
|
header = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue