This commit is contained in:
caandt 2024-10-20 19:31:09 -05:00
parent 84981a8067
commit e75add05f4

View file

@ -1,12 +1,6 @@
{ config, pkgs, pkgs-stable, username, homeDirectory, ... }: { config, pkgs, pkgs-stable, username, homeDirectory, ... }:
{ {
imports = [
./xdg.nix
./theme.nix
./bin
];
home.username = username; home.username = username;
home.homeDirectory = homeDirectory; home.homeDirectory = homeDirectory;