various changes

This commit is contained in:
iofq 2023-07-22 05:35:03 -05:00
parent 50a59333e6
commit 6a2f63e71e
24 changed files with 90 additions and 279 deletions

View file

@ -1,6 +1,5 @@
{ inputs, pkgs, ... }:
{
imports = ( import ../modules/programs );
programs.home-manager.enable = true;
nixpkgs.config.allowUnfree = true;
nix = {
@ -24,7 +23,7 @@
spleen
];
};
imports = ( import ../modules/programs );
xdg.enable = true;
fonts.fontconfig.enable = true;
systemd.user.startServices = "sd-switch";