Use Nixos modules for home manager configurations
All checks were successful
/ build-all (push) Successful in 54s
All checks were successful
/ build-all (push) Successful in 54s
This commit is contained in:
parent
632061ac61
commit
85e75928dc
10 changed files with 65 additions and 91 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
nix.package = pkgs.nixVersions.latest;
|
||||
home.homeDirectory = "/home/${config.home.username}";
|
||||
nixpkgs.config = { allowUnfree = true; };
|
||||
|
||||
programs.fish = {
|
||||
loginShellInit = ''
|
||||
source ${pkgs.nix}/etc/profile.d/nix.fish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue