1
0
Fork 0

home/apollo: Modularize

This commit is contained in:
Malte Brandy 2018-02-14 10:21:56 +01:00
parent 12ffad520d
commit 10e737c423

View file

@ -3,9 +3,9 @@ let
unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {}; unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
in { in {
imports = [ imports = [
../snippets/everywhere.nix ../../snippets/everywhere.nix
../snippets/my-systems.nix ../../snippets/my-systems.nix
../snippets/graphical.nix ../../snippets/graphical.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
# config # config
@ -26,6 +26,10 @@ in {
handbrake handbrake
octave octave
#dev
rustup
gnome3.glade
# look & feel # look & feel
arc-theme arc-theme
arc-icon-theme arc-icon-theme