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
];
nixpkgs.config.packageOverrides = pkgs: with pkgs; {
tasktree = callPackage ./packages/tasktree {};
habitask = unstablePkgs.callPackage ./packages/habitask {};
rust_scripts = unstablePkgs.callPackage ./packages/rust-scripts {};
jali = callPackage ./packages/jali {};
eventd = unstablePkgs.callPackage ./packages/eventd {};
st = (import packages/st) pkgs config.m-0.colors;
neovim = (import ./nvim) pkgs config.m-0.rustdev.enable;
bugwarrior = unstablePkgs.python3Packages.bugwarrior.overrideAttrs (oldAttrs: rec {
version = "d48f735";
src = fetchFromGitHub {
owner = "ralphbean";
repo = "bugwarrior";
rev = version;
sha256 = "1facsqp1x3mcfal0c8rh6n12bavy6a9w2frlgmvv0by93y7a4nhj";
};
});
nixpkgs.config = {
allowUnfree = true;
packageOverrides = pkgs: with pkgs; {
tasktree = callPackage ./packages/tasktree {};
habitask = unstablePkgs.callPackage ./packages/habitask {};
rust_scripts = unstablePkgs.callPackage ./packages/rust-scripts {};
jali = callPackage ./packages/jali {};
eventd = unstablePkgs.callPackage ./packages/eventd {};
st = (import packages/st) pkgs config.m-0.colors;
neovim = (import ./nvim) pkgs config.m-0.rustdev.enable;
bugwarrior = unstablePkgs.python3Packages.bugwarrior.overrideAttrs (oldAttrs: rec {
version = "d48f735";
src = fetchFromGitHub {
owner = "ralphbean";
repo = "bugwarrior";
rev = version;
sha256 = "1facsqp1x3mcfal0c8rh6n12bavy6a9w2frlgmvv0by93y7a4nhj";
};
});
};
};

View file

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