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";

View file

@ -6,7 +6,7 @@
config.allowUnfree = true;
overlays = [
(final: prev: {
inherit (inputs.nvim.packages.${final.system}) iofqvim;
inherit (inputs.nvim.packages.${final.system}) full;
})
];
};
@ -19,6 +19,7 @@
};
modules = [
./t14/home.nix
./common.nix
];
};
}

View file

@ -3,7 +3,6 @@
imports = [
../../modules/wayland
../../modules/librewolf
../common.nix
];
home = {
username = "e";
@ -13,7 +12,7 @@
signal-desktop
runelite
framesh
iofqvim
prismlauncher
];
};
}