Init
This commit is contained in:
commit
c1ab1afd4e
28 changed files with 560 additions and 0 deletions
17
common.nix
Normal file
17
common.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./vim
|
||||
./fish.nix
|
||||
./tmux.nix
|
||||
(import ./termite.nix {
|
||||
config = config;
|
||||
pkgs = pkgs;
|
||||
colors = import ./colors.nix;
|
||||
})
|
||||
./gpg.nix
|
||||
./ssh.nix
|
||||
./git.nix
|
||||
./gtk.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue