flake home manager
This commit is contained in:
parent
cd8b4270f4
commit
aec2a2df16
2 changed files with 7 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
nix-colors.url = "github:misterio77/nix-colors";
|
nix-colors.url = "github:misterio77/nix-colors";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, home-manager, ... }:
|
outputs = { self, nixpkgs, home-manager, ... }:@inputs:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
lib = nixpkgs.lib // home-manager.lib;
|
lib = nixpkgs.lib // home-manager.lib;
|
||||||
|
|
@ -15,6 +15,9 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
inherit lib;
|
inherit lib;
|
||||||
|
|
||||||
|
homeManagerModules = import ./modules/home-manager;
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
# X1 Carbon
|
# X1 Carbon
|
||||||
ooksx1 = lib.nixosSystem {
|
ooksx1 = lib.nixosSystem {
|
||||||
|
|
|
||||||
3
modules/home-manager/default.nix
Normal file
3
modules/home-manager/default.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
fonts = import ./fonts.nix
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue