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";
|
||||
ref = "nixos-unstable";
|
||||
};
|
||||
chaotic = {
|
||||
type = "github";
|
||||
owner = "chaotic-cx";
|
||||
repo = "nyx";
|
||||
ref = "nyxpkgs-unstable";
|
||||
};
|
||||
flake-parts = {
|
||||
type = "github";
|
||||
owner = "hercules-ci";
|
||||
|
@ -49,17 +55,9 @@
|
|||
ref = "master";
|
||||
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 @ {
|
||||
nixpkgs,
|
||||
chaotic,
|
||||
flake-parts,
|
||||
...
|
||||
}: let
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
alqueva.users.xmm = {
|
||||
packages = builtins.attrValues {
|
||||
inherit
|
||||
|
@ -11,8 +7,6 @@
|
|||
alacritty
|
||||
firefox
|
||||
vesktop
|
||||
mpv
|
||||
imv
|
||||
;
|
||||
};
|
||||
groups = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue