Skip to content

Commit

Permalink
put dotfiley stuff in dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jul 19, 2019
1 parent 60db706 commit c5cc878
Show file tree
Hide file tree
Showing 60 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion darwin.nix
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:

let
dotfiles = import ./dotfiles.nix;
dotfiles = import ./dotfiles;
in
{
imports = [
Expand Down
16 changes: 8 additions & 8 deletions dotfiles.nix → dotfiles/default.nix
Expand Up @@ -2,13 +2,13 @@

{
imports = [
./config/direnv.nix
./config/emacs.nix
./config/fzf.nix
./config/git.nix
./config/neovim.nix
./config/ssh.nix
./config/zsh.nix
./direnv.nix
./emacs.nix
./fzf.nix
./git.nix
./neovim.nix
./ssh.nix
./zsh.nix
];

home.packages = [
Expand All @@ -22,7 +22,7 @@
# local packages. I know I could use overlays for these (cf
# https://github.com/jwoudenberg/dotfiles/commit/12bd31b269b82f0dc661140b8df275ef24f41b81)
# but I don't want to have to symlink into the overlays directory manually.
(pkgs.callPackage ./pkgs/lorri.nix { })
(pkgs.callPackage ../pkgs/lorri.nix { })
];

programs.man.enable = true;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c5cc878

Please sign in to comment.