This commit is contained in:
Tim Schubert 2021-05-02 14:23:49 +02:00
parent 9f6cdf0db4
commit f2c80100fe
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 11 additions and 8 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: { config, pkgs, unstable, lib, ... }:
let let
this = import ../../.. { inherit pkgs; }; this = import ../../.. { inherit pkgs; };
useFeatures = [ useFeatures = [
@ -16,6 +16,7 @@ let
"xdg" "xdg"
"zsh" "zsh"
]; ];
unstable = import <nixpkgs-unstable> {};
in in
{ {
nixpkgs.overlays = [ nixpkgs.overlays = [
@ -59,5 +60,5 @@ in
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
programs.home-manager.enable = true; programs.home-manager.enable = true;
home.packages = import ./pkgs.nix { pkgs = pkgs; }; home.packages = import ./pkgs.nix { pkgs = pkgs; unstable = unstable; };
} }

View file

@ -1,6 +1,5 @@
{ pkgs }: { pkgs, unstable }:
with pkgs; [ with pkgs; [
android-studio
anki anki
aspell aspell
aspellDicts.de aspellDicts.de
@ -23,12 +22,12 @@ with pkgs; [
firefox firefox
fractal fractal
fzf fzf
gdb
gimp gimp
git-lfs
gitAndTools.hub
gnome3.gnome-tweak-tool gnome3.gnome-tweak-tool
gnome3.nautilus gnome3.nautilus
gnome3.vinagre gnome3.vinagre
gnomeExtensions.paperwm
gnucash gnucash
gnumake gnumake
gnupg gnupg
@ -45,7 +44,6 @@ with pkgs; [
keepassxc keepassxc
#keys #keys
kitty kitty
gitAndTools.lab
ldns ldns
libreoffice libreoffice
libvirt libvirt
@ -89,4 +87,8 @@ with pkgs; [
wireshark wireshark
xdg_utils xdg_utils
youtube-dl youtube-dl
git-lfs
gitAndTools.hub
gitAndTools.lab
unstable.android-studio
] ]

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
owner = "dadada"; owner = "dadada";
repo = "dadada.li"; repo = "dadada.li";
rev = "9dcb016b71abefe5546bc118a618bba87295a859"; rev = "9dcb016b71abefe5546bc118a618bba87295a859";
sha256 = "0k74kkrvbkxi129ch6yqr1gfmlxpb4661gh9hqhx8w6babsw2zg5"; sha256 = "1d3vz1h66n8dka90br10niiv8n5blpbfqgcvx8dh8y6880sm1fd7";
}; };
nativeBuildInputs = [ pandoc ]; nativeBuildInputs = [ pandoc ];
buildPhase = '' buildPhase = ''