Nix configurations for my personal machines (Linux & macOS)

Remove astal/ags for now

ovyerus.com 9950bd4c ee5d3c1c

verified
Changed files
+16 -59
home
-43
flake.lock
···
{
"nodes": {
-
"ags": {
-
"inputs": {
-
"astal": "astal",
-
"nixpkgs": [
-
"nixpkgs"
-
]
-
},
-
"locked": {
-
"lastModified": 1744557573,
-
"narHash": "sha256-XAyj0iDuI51BytJ1PwN53uLpzTDdznPDQFG4RwihlTQ=",
-
"owner": "Aylur",
-
"repo": "ags",
-
"rev": "3ed9737bdbc8fc7a7c7ceef2165c9109f336bff6",
-
"type": "github"
-
},
-
"original": {
-
"owner": "Aylur",
-
"repo": "ags",
-
"type": "github"
-
}
-
},
-
"astal": {
-
"inputs": {
-
"nixpkgs": [
-
"ags",
-
"nixpkgs"
-
]
-
},
-
"locked": {
-
"lastModified": 1742571008,
-
"narHash": "sha256-5WgfJAeBpxiKbTR/gJvxrGYfqQRge5aUDcGKmU1YZ1Q=",
-
"owner": "aylur",
-
"repo": "astal",
-
"rev": "dc0e5d37abe9424c53dcbd2506a4886ffee6296e",
-
"type": "github"
-
},
-
"original": {
-
"owner": "aylur",
-
"repo": "astal",
-
"type": "github"
-
}
-
},
"flake-utils": {
"inputs": {
"systems": "systems"
···
},
"root": {
"inputs": {
-
"ags": "ags",
"home-manager": "home-manager",
"iosevka-solai": "iosevka-solai",
"lix-module": "lix-module",
+15 -15
flake.nix
···
inputs.nixpkgs.follows = "nixpkgs";
};
-
ags = {
-
url = "github:Aylur/ags";
-
inputs.nixpkgs.follows = "nixpkgs";
-
};
+
# ags = {
+
# url = "github:Aylur/ags";
+
# inputs.nixpkgs.follows = "nixpkgs";
+
# };
};
outputs = {
-
ags,
+
# ags,
home-manager,
lix-module,
niri-flake,
···
} @ inputs: let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
-
agsPkgs = ags.packages.${system};
+
# agsPkgs = ags.packages.${system};
in {
packages.${system} = {
iconifydl = pkgs.callPackage ./pkgs/iconifydl.nix {};
-
default = ags.lib.bundle {
-
inherit pkgs;
-
src = ./files/astal;
-
name = "ovy-shell";
-
entry = "app.ts";
-
};
+
# default = ags.lib.bundle {
+
# inherit pkgs;
+
# src = ./files/astal;
+
# name = "ovy-shell";
+
# entry = "app.ts";
+
# };
};
-
devShells.x86_64-linux.default = pkgs.mkShell {
-
buildInputs = [agsPkgs.agsFull agsPkgs.io agsPkgs.apps agsPkgs.tray self.packages.${system}.iconifydl];
-
};
+
# devShells.x86_64-linux.default = pkgs.mkShell {
+
# buildInputs = [agsPkgs.agsFull agsPkgs.io agsPkgs.apps agsPkgs.tray self.packages.${system}.iconifydl];
+
# };
nixosConfigurations.wallsocket = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
+1 -1
home/wallsocket.nix
···
};
# Temporary location for these
-
home.packages = [pkgs.inotify-tools inputs.ags.packages.${pkgs.system}.default];
+
# home.packages = [pkgs.inotify-tools inputs.ags.packages.${pkgs.system}.default];
home.sessionVariables.DOCKER_HOST = "unix:///run/user/1000/podman/podman.sock";