install xdph
This commit is contained in:
parent
fddf319df9
commit
2e1cd6a3c4
5 changed files with 14 additions and 10 deletions
|
|
@ -12,12 +12,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, home-manager, hyprland, ... }:
|
||||
outputs = { nixpkgs, home-manager, hyprland, ... } @inputs :
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
};
|
||||
lib = nixpkgs.lib;
|
||||
mkConf = import ./lib/mkconf.nix;
|
||||
|
||||
|
|
@ -27,10 +24,10 @@
|
|||
{
|
||||
nixosConfigurations = {
|
||||
zenix = mkConf "zenix" {
|
||||
inherit pkgs nixpkgs system user userName home-manager hyprland;
|
||||
inherit inputs nixpkgs system user userName home-manager hyprland;
|
||||
};
|
||||
FCS-Tristan-Nixbook = mkConf "work" {
|
||||
inherit pkgs nixpkgs system user userName home-manager hyprland;
|
||||
inherit inputs nixpkgs system user userName home-manager hyprland;
|
||||
work = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue