mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-24 05:08:36 +01:00
Second Attempt ;D
This commit is contained in:
parent
e824d34932
commit
0eb4e73b50
@ -6,13 +6,13 @@
|
||||
home-manager.url = "github:nix-community/home-manager/release-23.11";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
hostname = "hyprnix";
|
||||
username = "zaney";
|
||||
};
|
||||
|
||||
outputs = inputs@{ nixpkgs, home-manager, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
hostname = "hyprnix";
|
||||
username = "zaney";
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
config = {
|
||||
|
Loading…
Reference in New Issue
Block a user