nix: add artemis config

This commit is contained in:
Roman Godmaire 2024-04-04 15:21:08 -04:00
parent 674871898d
commit 204cbf07c6
2 changed files with 10 additions and 0 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
en.utf-8.*
home-manager/home.nix

8
home-manager/artemis.nix Normal file
View file

@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./common.nix ];
home.username = "digyx";
home.homeDirectory = "/var/home/digyx";
}