1
0
Fork 0

Add spotify and filezilla

This commit is contained in:
Malte Brandy 2018-12-16 00:43:00 +01:00
parent 21b1e86020
commit 6185618d8f
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 22 additions and 17 deletions

View file

@ -30,23 +30,26 @@ imports = [
# ./morgenreport.nix # ./morgenreport.nix
]; ];
nixpkgs.config.packageOverrides = pkgs: with pkgs; { nixpkgs.config = {
tasktree = callPackage ./packages/tasktree {}; allowUnfree = true;
habitask = unstablePkgs.callPackage ./packages/habitask {}; packageOverrides = pkgs: with pkgs; {
rust_scripts = unstablePkgs.callPackage ./packages/rust-scripts {}; tasktree = callPackage ./packages/tasktree {};
jali = callPackage ./packages/jali {}; habitask = unstablePkgs.callPackage ./packages/habitask {};
eventd = unstablePkgs.callPackage ./packages/eventd {}; rust_scripts = unstablePkgs.callPackage ./packages/rust-scripts {};
st = (import packages/st) pkgs config.m-0.colors; jali = callPackage ./packages/jali {};
neovim = (import ./nvim) pkgs config.m-0.rustdev.enable; eventd = unstablePkgs.callPackage ./packages/eventd {};
bugwarrior = unstablePkgs.python3Packages.bugwarrior.overrideAttrs (oldAttrs: rec { st = (import packages/st) pkgs config.m-0.colors;
version = "d48f735"; neovim = (import ./nvim) pkgs config.m-0.rustdev.enable;
src = fetchFromGitHub { bugwarrior = unstablePkgs.python3Packages.bugwarrior.overrideAttrs (oldAttrs: rec {
owner = "ralphbean"; version = "d48f735";
repo = "bugwarrior"; src = fetchFromGitHub {
rev = version; owner = "ralphbean";
sha256 = "1facsqp1x3mcfal0c8rh6n12bavy6a9w2frlgmvv0by93y7a4nhj"; repo = "bugwarrior";
}; rev = version;
}); sha256 = "1facsqp1x3mcfal0c8rh6n12bavy6a9w2frlgmvv0by93y7a4nhj";
};
});
};
}; };

View file

@ -52,6 +52,8 @@ config = mkIf config.m-0.graphical.enable {
st st
shutter shutter
xautolock xautolock
filezilla
spotify
]; ];
keyboard = { keyboard = {
layout = "de"; layout = "de";