System : Add dotfiles input.

This commit is contained in:
Dmitry Voronin 2024-02-20 21:37:40 +03:00
parent b5979fde0f
commit 9f97e8b29d
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,7 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
dotfiles.url = "git+https://git.voronind.com/voronind/linux.git";
};
outputs = { self, nixpkgs } @inputs: rec {

View file

@ -1,5 +1,4 @@
{ pkgs, ... }:
let
{ pkgs, ... }: let
unit = {
description = "Install/update dotfiles on startup.";
wantedBy = [ "multi-user.target" ];