move unstable to config

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-11-01 07:18:12 +01:00
parent 879de6fb07
commit cfcc1f88bd
2 changed files with 52 additions and 54 deletions

View File

@ -3,6 +3,7 @@
oraclejdk.accept_license = true;
packageOverrides = pkgs: {
unstable = import <nixos-unstable> { };
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};

101
home.nix
View File

@ -1,8 +1,5 @@
{ pkgs, config, lib, ...}:
let
unstable = import <nixos-unstable> {};
in
{
#home.file.nixoverlays = {
# source = ./overlays;
@ -11,66 +8,66 @@ in
imports = [ ./config/xsession/xsession.nix ./config/computer/laptop.nix];
home.packages = [
pkgs.libguestfs
pkgs.virtmanager
pkgs.virt-viewer
pkgs.ansible
pkgs.nixops
pkgs.ldns
home.packages = with pkgs; [
libguestfs
virtmanager
virt-viewer
ansible
nixops
ldns
pkgs.steam
pkgs.dolphinEmuMaster
pkgs.dwarf-fortress-packages.dwarf-fortress-full
pkgs.multimc
pkgs.superTuxKart
# pkgs.warsow
pkgs.minetest
steam
dolphinEmuMaster
dwarf-fortress-packages.dwarf-fortress-full
multimc
superTuxKart
# warsow
minetest
pkgs.mpv
pkgs.sxiv
pkgs.spotify
mpv
sxiv
spotify
pkgs.mumble
mumble
pkgs.dolphin
pkgs.krename
pkgs.kdeApplications.dolphin-plugins
pkgs.ffmpegthumbs
pkgs.kdeApplications.kdegraphics-thumbnailers
pkgs.kdeFrameworks.kded
pkgs.kdeFrameworks.kio
pkgs.kdeApplications.kio-extras
dolphin
krename
kdeApplications.dolphin-plugins
ffmpegthumbs
kdeApplications.kdegraphics-thumbnailers
kdeFrameworks.kded
kdeFrameworks.kio
kdeApplications.kio-extras
pkgs.unzip
pkgs.p7zip
pkgs.parallel
pkgs.sshfs
pkgs.jq
unzip
p7zip
parallel
sshfs
jq
pkgs.gnome3.gedit
gnome3.gedit
unstable.vscode
pkgs.texlive.combined.scheme-full
pkgs.kile
pkgs.libreoffice-unwrapped
texlive.combined.scheme-full
kile
libreoffice-unwrapped
pkgs.gimp
pkgs.krita
pkgs.inkscape
pkgs.digikam
pkgs.godot
pkgs.blender
pkgs.audacity
pkgs.mixxx
pkgs.ardour
pkgs.kdenlive
pkgs.frei0r
gimp
krita
inkscape
digikam
godot
blender
audacity
mixxx
ardour
kdenlive
frei0r
pkgs.mkvtoolnix
mkvtoolnix
unstable.youtubeDL
pkgs.ffmpeg-full
ffmpeg-full
pkgs.geogebra
geogebra
];
programs.firefox = {