Test...
This commit is contained in:
parent
6cbb18096f
commit
4ec09b952b
2 changed files with 7 additions and 15 deletions
14
flake.nix
14
flake.nix
|
@ -7,6 +7,12 @@
|
||||||
repo = "nixpkgs";
|
repo = "nixpkgs";
|
||||||
ref = "nixos-unstable";
|
ref = "nixos-unstable";
|
||||||
};
|
};
|
||||||
|
chaotic = {
|
||||||
|
type = "github";
|
||||||
|
owner = "chaotic-cx";
|
||||||
|
repo = "nyx";
|
||||||
|
ref = "nyxpkgs-unstable";
|
||||||
|
};
|
||||||
flake-parts = {
|
flake-parts = {
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "hercules-ci";
|
owner = "hercules-ci";
|
||||||
|
@ -49,17 +55,9 @@
|
||||||
ref = "master";
|
ref = "master";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
# chaotic = {
|
|
||||||
# type = "github";
|
|
||||||
# owner = "chaotic-cx";
|
|
||||||
# repo = "nyx";
|
|
||||||
# ref = "nyxpkgs-unstable";
|
|
||||||
#};
|
|
||||||
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
|
||||||
};
|
};
|
||||||
outputs = inputs @ {
|
outputs = inputs @ {
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
chaotic,
|
|
||||||
flake-parts,
|
flake-parts,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
inputs,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
alqueva.users.xmm = {
|
alqueva.users.xmm = {
|
||||||
packages = builtins.attrValues {
|
packages = builtins.attrValues {
|
||||||
inherit
|
inherit
|
||||||
|
@ -11,8 +7,6 @@
|
||||||
alacritty
|
alacritty
|
||||||
firefox
|
firefox
|
||||||
vesktop
|
vesktop
|
||||||
mpv
|
|
||||||
imv
|
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
groups = [
|
groups = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue