Skip to content

Commit

Permalink
updates, ghostty config and add homebrew packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sironheart committed Jun 6, 2024
1 parent d142471 commit cab2fb4
Show file tree
Hide file tree
Showing 10 changed files with 139 additions and 163 deletions.
168 changes: 91 additions & 77 deletions flake.lock

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

8 changes: 5 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs";

hyprland.url = "github:hyprwm/Hyprland";
hyprland.inputs.nixpkgs.follows = "nixpkgs";
hyprland-plugins.url = "github:hyprwm/hyprland-plugins";
hyprland-plugins.inputs.hyprland.follows = "hyprland";

sops-nix.url = "github:Mic92/sops-nix";

Expand All @@ -22,10 +23,11 @@
flake-parts,
home-manager,
hyprland,
hyprland-plugins,
nixpkgs,
self,
sops-nix,
sironheart-nvim,
sops-nix,
...
}: let
supportedSystems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin"];
Expand Down Expand Up @@ -70,12 +72,12 @@
modules = [
./lib/desktop
home-manager.nixosModules.home-manager
hyprland.nixosModules.default
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = extraArgs;
home-manager.users.steffen.imports = [
hyprland.homeManagerModules.default
./home
];
}
Expand Down
Loading

0 comments on commit cab2fb4

Please sign in to comment.