update flake

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>

Former-commit-id: ddb95461f8394dbae6559872816e879dfe46ae53
This commit is contained in:
Hadi
2025-06-17 11:27:47 +02:00
parent 1a0e9429f7
commit 37f63e248a
2 changed files with 278 additions and 120 deletions

View File

@@ -2,7 +2,7 @@
# https://github.com/anotherhadi/nixy
description = ''
Nixy simplifies and unifies the Hyprland ecosystem with a modular, easily customizable setup.
It provides a structured way to manage your system configuration and dotfiles with minimal effort.
It provides a structured way to manage your system configuration and dotfiles with minimal effort.
'';
inputs = {
@@ -17,6 +17,7 @@
sops-nix.url = "github:Mic92/sops-nix";
nixarr.url = "github:rasmus-kirk/nixarr";
anyrun.url = "github:fufexan/anyrun/launch-prefix";
nvf.url = "github:notashelf/nvf";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@@ -36,15 +37,15 @@
search-nixos-api.url = "github:anotherhadi/search-nixos-api";
};
outputs = inputs@{ nixpkgs, ... }: {
outputs = inputs @ {nixpkgs, ...}: {
nixosConfigurations = {
nixy =
# CHANGEME: This should match the 'hostname' in your variables.nix file
nixpkgs.lib.nixosSystem {
modules = [
{
nixpkgs.overlays = [ inputs.hyprpanel.overlay ];
_module.args = { inherit inputs; };
nixpkgs.overlays = [inputs.hyprpanel.overlay];
_module.args = {inherit inputs;};
}
inputs.nixos-hardware.nixosModules.omen-16-n0005ne # CHANGEME: check https://github.com/NixOS/nixos-hardware
inputs.home-manager.nixosModules.home-manager
@@ -55,7 +56,7 @@
# Jack is my server
jack = nixpkgs.lib.nixosSystem {
modules = [
{ _module.args = { inherit inputs; }; }
{_module.args = {inherit inputs;};}
inputs.home-manager.nixosModules.home-manager
inputs.stylix.nixosModules.stylix
inputs.sops-nix.nixosModules.sops