Pass changes

This commit is contained in:
Charlotte Van Petegem 2020-04-30 14:16:51 +02:00
parent 0c26b0e6fa
commit dfcd258971
6 changed files with 46 additions and 10 deletions

View file

@ -1,6 +1,7 @@
with import <nixpkgs> { };
{ pkgs, ... }:
let
firefox = import ../firefox/default.nix { inherit pkgs; };
launcher = import ./launcher.nix { inherit pkgs stdenv; };
color-picker = import ./color-picker.nix { inherit pkgs; };
screenshot = import ./screenshot.nix { inherit pkgs; };
@ -97,7 +98,7 @@ in
### Startup programs
#
exec ${pkgs.firefox}/bin/firefox
exec ${firefox}/bin/firefox
exec ${pkgs.thunderbird}/bin/thunderbird
exec ${pkgs.joplin-desktop}/bin/joplin-desktop
exec ${pkgs.teams}/bin/teams