sync ;-)
This commit is contained in:
parent
e2359005d5
commit
b7b348c163
5 changed files with 39 additions and 4 deletions
11
common.nix
11
common.nix
|
|
@ -1,5 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
let
|
||||
colors = import ./colors.nix;
|
||||
in {
|
||||
imports = [
|
||||
./vim
|
||||
./tmux.nix
|
||||
|
|
@ -7,13 +9,18 @@
|
|||
(import ./termite.nix {
|
||||
config = config;
|
||||
pkgs = pkgs;
|
||||
colors = import ./colors.nix;
|
||||
colors = colors;
|
||||
})
|
||||
./gpg.nix
|
||||
./ssh.nix
|
||||
./git.nix
|
||||
./gtk.nix
|
||||
./xdg.nix
|
||||
(import ./mako.nix {
|
||||
config = config;
|
||||
pkgs = pkgs;
|
||||
colors = colors;
|
||||
})
|
||||
];
|
||||
|
||||
systemd.user.services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue