Move stuff from common directly into gorgon

This commit is contained in:
Tim Schubert 2020-10-09 21:37:15 +02:00
parent c465d5e833
commit e0dbabd339
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13

View file

@ -10,10 +10,19 @@ let
MOZ_ENABLE_WAYLAND= "1"; MOZ_ENABLE_WAYLAND= "1";
}; };
unstable = import <nixpkgs-unstable> {}; unstable = import <nixpkgs-unstable> {};
colors = import ./colors.nix;
in in
{ {
imports = [ imports = [
./common.nix ./vim
./tmux.nix
./zsh.nix
./gpg.nix
./ssh.nix
./git.nix
./gtk.nix
./xdg.nix
./keyring.nix
]; ];
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.