Move stuff from common directly into gorgon
This commit is contained in:
parent
c465d5e833
commit
e0dbabd339
1 changed files with 10 additions and 1 deletions
|
@ -10,10 +10,19 @@ let
|
|||
MOZ_ENABLE_WAYLAND= "1";
|
||||
};
|
||||
unstable = import <nixpkgs-unstable> {};
|
||||
colors = import ./colors.nix;
|
||||
in
|
||||
{
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue