update ci

This commit is contained in:
Jonathan Dönszelmann 2025-02-01 15:55:05 +01:00
parent d030ebe744
commit 76ed037b04
No known key found for this signature in database
11 changed files with 1278 additions and 55 deletions

View file

@ -1,9 +1,10 @@
{ config, pkgs, ... }: {
{ config, pkgs, ... }:
{
home = {
stateVersion = "24.05";
username = "jonathan";
homeDirectory = "/home/jonathan";
packages = with pkgs; [config.programs.neovim.package];
username = "jana";
homeDirectory = "/home/jana";
packages = with pkgs; [ config.programs.neovim.package ];
};
imports = [