mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
more
This commit is contained in:
parent
7ab11798ed
commit
d47c674cad
3 changed files with 35 additions and 8 deletions
|
|
@ -6,7 +6,7 @@
|
|||
inputs = {
|
||||
# Nixpkgs
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.11";
|
||||
# nur.url = github:nix-community/NUR;
|
||||
nur.url = github:nix-community/NUR;
|
||||
|
||||
# Home manager
|
||||
home-manager.url = "github:nix-community/home-manager/release-22.11";
|
||||
|
|
@ -34,7 +34,6 @@
|
|||
# Standalone home-manager configuration entrypoint
|
||||
# Available through 'home-manager --flake .#nils@nixos'
|
||||
homeConfigurations = {
|
||||
# FIXME replace with your username@hostname
|
||||
"nils@nixos" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
|
||||
extraSpecialArgs = { inherit inputs; }; # Pass flake inputs to our config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue