Skip to content

Commit

Permalink
feat(ags): Add aylur's dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
lpchaim committed Aug 20, 2024
1 parent c64bf45 commit 29d54b4
Show file tree
Hide file tree
Showing 16 changed files with 853 additions and 103 deletions.
251 changes: 244 additions & 7 deletions flake.lock

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

23 changes: 22 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
description = "Personal NixOS flake";


inputs = {
# Nixpkgs
nixpkgs.follows = "unstable";
Expand All @@ -27,6 +28,10 @@
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-hyprspace = {
url = "github:KZDKM/Hyprspace";
inputs.hyprland.follows = "hyprland";
};
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
Expand All @@ -35,7 +40,22 @@
url = "github:Aylur/ags/05e0f23534fa30c1db2a142664ee8f71e38db260";
inputs.nixpkgs.follows = "nixpkgs";
};
dots-hyprland = {
dotfiles-aylur = {
url = "github:Aylur/dotfiles";
inputs.ags.follows = "ags";
inputs.home-manager.follows = "home-manager";
inputs.hyprland.follows = "hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
dotfiles-aylur-raw = {
follows = "dotfiles-aylur";
flake = false;
};
matugen = {
url = "github:InioX/matugen?ref=v2.2.0";
inputs.nixpkgs.follows = "nixpkgs";
};
dotfiles-end-4 = {
url = "github:end-4/dots-hyprland";
flake = false;
};
Expand Down Expand Up @@ -131,6 +151,7 @@
];

homes.modules = with inputs; [
ags.homeManagerModules.default
chaotic.homeManagerModules.default
nixvim.homeManagerModules.nixvim
sops-nix.homeManagerModules.sops
Expand Down
6 changes: 1 addition & 5 deletions homes/x86_64-linux/lpchaim@laptop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@ in
"llm/low"
];

config.home = rec {
stateVersion = "23.05";
username = "lpchaim";
homeDirectory = "/home/${username}";
};
config.home.stateVersion = "23.05";
}
Loading

0 comments on commit 29d54b4

Please sign in to comment.