Skip to content

Commit

Permalink
refactor(modules/{home,nixos}): remove aagl
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Sep 3, 2024
1 parent e406fd1 commit 76b04b4
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 102 deletions.
40 changes: 1 addition & 39 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 43 additions & 24 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,58 @@

impermanence.url = "github:nix-community/impermanence";

disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";

nix-darwin.url = "github:lnl7/nix-darwin";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};

home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nix-darwin = {
url = "github:lnl7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
};

nix-index-database.url = "github:nix-community/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};

stylix.url = "github:danth/stylix";
stylix.inputs.nixpkgs.follows = "nixpkgs";
stylix.inputs.home-manager.follows = "home-manager";
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};

fenix.url = "github:nix-community/fenix?ref=monthly";
fenix.inputs.nixpkgs.follows = "nixpkgs";
stylix = {
url = "github:danth/stylix";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
};
};

aagl-gtk-on-nix.url = "github:ezkea/aagl-gtk-on-nix";
aagl-gtk-on-nix.inputs.nixpkgs.follows = "nixpkgs";
fenix = {
url = "github:nix-community/fenix?ref=monthly";
inputs.nixpkgs.follows = "nixpkgs";
};

helix.url = "github:helix-editor/helix";
helix.inputs.nixpkgs.follows = "nixpkgs";
helix = {
url = "github:helix-editor/helix";
inputs.nixpkgs.follows = "nixpkgs";
};

nix-steel.url = "github:bddvlpr/nix-steel";
nix-steel.inputs.nixpkgs.follows = "nixpkgs";
nix-steel = {
url = "github:bddvlpr/nix-steel";
inputs.nixpkgs.follows = "nixpkgs";
};

helix-steel.url = "github:mattwparas/helix?ref=steel-event-system";
helix-steel.inputs.nixpkgs.follows = "nixpkgs";
helix-steel = {
url = "github:mattwparas/helix?ref=steel-event-system";
inputs.nixpkgs.follows = "nixpkgs";
};

schemat.url = "github:bddvlpr/schemat";
schemat.inputs.nixpkgs.follows = "nixpkgs";
schemat = {
url = "github:bddvlpr/schemat";
inputs.nixpkgs.follows = "nixpkgs";
};
};

outputs = {flake-parts, ...} @ inputs:
Expand Down
13 changes: 0 additions & 13 deletions modules/home/aagl/default.nix

This file was deleted.

25 changes: 0 additions & 25 deletions modules/nixos/aagl/default.nix

This file was deleted.

1 change: 0 additions & 1 deletion systems/dissension/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
sysc = {
aagl.enable = true;
avahi.enable = true;
docker.enable = true;
libvirtd.enable = true;
Expand Down

0 comments on commit 76b04b4

Please sign in to comment.