Fix add programs

This commit is contained in:
Florian RICHER 2023-08-20 00:56:28 +02:00
parent 15e01a456e
commit 29c94165da
4 changed files with 24 additions and 7 deletions

View file

@ -1,7 +1,9 @@
{ config, pkgs, ... }:
{
imports = [];
imports = [
./programs
];
home = {
username = "florian";