mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -29,14 +29,15 @@
|
||||
modules = [
|
||||
nixos-hardware.nixosModules.omen-16-n0005ne # REMOVE
|
||||
./nixos/configuration.nix
|
||||
./hosts
|
||||
./nixos/fonts.nix
|
||||
./nixos/tuigreet.nix
|
||||
{ _module.args = { inherit inputs; }; }
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users.hadi = import ./home/home.nix; # CHANGEME - replace "hadi"
|
||||
users."hadi" = import ./home/home.nix;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
inherit spicetify-nix;
|
||||
|
||||
Reference in New Issue
Block a user