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,7 +30,9 @@ imports = [
# ./morgenreport.nix
];
nixpkgs.config.packageOverrides = pkgs: with pkgs; {
nixpkgs.config = {
allowUnfree = true;
packageOverrides = pkgs: with pkgs; {
tasktree = callPackage ./packages/tasktree {};
habitask = unstablePkgs.callPackage ./packages/habitask {};
rust_scripts = unstablePkgs.callPackage ./packages/rust-scripts {};
@ -47,6 +49,7 @@ nixpkgs.config.packageOverrides = pkgs: with pkgs; {
sha256 = "1facsqp1x3mcfal0c8rh6n12bavy6a9w2frlgmvv0by93y7a4nhj";
};
});
};
};

View file

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