flake: update. sisko: various minor updates
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
|
||||
matrix-synapse-next.url = "github:dali99/nixos-matrix-modules/v0.6.0";
|
||||
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
||||
hyprswitch.url = "github:H3rmt/hyprswitch/v3.1.3";
|
||||
hyprswitch.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
extra-config.url = "git+file:///home/felixalb/nix-extra-config";
|
||||
|
||||
@@ -24,6 +26,7 @@
|
||||
outputs = {
|
||||
self
|
||||
, home-manager
|
||||
, hyprswitch
|
||||
, matrix-synapse-next
|
||||
, nix-minecraft
|
||||
, nix-darwin
|
||||
@@ -44,6 +47,8 @@
|
||||
system = prev.system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
hyprswitch = hyprswitch.packages.${prev.system}.default;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user