vlc, spotifyd, gnome updates
This commit is contained in:
parent
0ed9e8ecab
commit
0430319d78
4 changed files with 20 additions and 11 deletions
12
flake.nix
12
flake.nix
|
@ -16,14 +16,11 @@
|
|||
|
||||
# Pinned nix version
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-23.11";
|
||||
|
||||
# TODO
|
||||
# home-manager = { };
|
||||
};
|
||||
|
||||
outputs = { self, nypkgs, nixpkgs, ... } @ inputs:
|
||||
let
|
||||
nixConfigs = [
|
||||
myHosts = [
|
||||
{
|
||||
name = "gpdPocket3";
|
||||
opts = {
|
||||
|
@ -64,7 +61,8 @@
|
|||
usersDir = ./users;
|
||||
};
|
||||
in
|
||||
{
|
||||
{
|
||||
# foldl' is "reduce" where { } is the accumulator and myHosts is the array to reduce on.
|
||||
nixosConfigurations = builtins.foldl'
|
||||
(acc: nixConfig:
|
||||
acc // {
|
||||
|
@ -82,8 +80,6 @@
|
|||
} // nixConfig.opts;
|
||||
})
|
||||
{ }
|
||||
nixConfigs;
|
||||
|
||||
# homeConfigurations = { };
|
||||
myHosts;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue