pulled in eves changes #4

Merged
jan-leila merged 3 commits from Lithospherical/nix-config:main into main 2025-06-05 04:58:21 +00:00
2 changed files with 7 additions and 3 deletions
Showing only changes of commit 6c7b40e10e - Show all commits

View file

@ -1,9 +1,9 @@
{osConfig, ...}: let
userConfig = osConfig.host.users.eve;
in {
nixpkgs.config = {
allowUnfree = true;
};
imports = [
./packages.nix
];
home = {
username = userConfig.name;

View file

@ -8,6 +8,10 @@
userConfig = osConfig.host.users.eve;
in {
config = {
nixpkgs.config = {
allowUnfree = true;
};
# Packages that can be installed without any extra configuration
# See https://search.nixos.org/packages for all options
home.packages = lib.lists.optionals userConfig.isDesktopUser (