mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Add eq config
This commit is contained in:
parent
b915c75c2e
commit
60f587bfd6
6 changed files with 270 additions and 5 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{pkgs, lib, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [./default.nix];
|
||||
|
||||
home-manager.users.seb = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue