Skip to content

Commit

Permalink
feat: cute sharks :3
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Nov 5, 2023
1 parent 46c60e9 commit 71f5bcf
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 22 deletions.
60 changes: 42 additions & 18 deletions flake.lock

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

10 changes: 7 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@
};
lanzaboote = {
url = "github:nix-community/lanzaboote";
inputs = {
nixpkgs.follows = "nixpkgs";
};
inputs.nixpkgs.follows = "nixpkgs";
};
shadower = {
url = "github:n3oney/shadower";
Expand All @@ -118,6 +116,12 @@
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
# super usefull :3
blahaj = {
url = "github:sioodmy/blahaj";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
};
};
outputs = {
self,
Expand Down
1 change: 1 addition & 0 deletions home/cli/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ in {
comma "$@"
}
:3
'';
history = {
save = 100;
Expand Down
1 change: 1 addition & 0 deletions home/impermanence.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ _: {
".local/share/Steam"
".ssh"
".local/share/direnv"
".cache/tealdeer"
".local/share/distrobox"
".cache/containers"
".cache/flutter"
Expand Down
3 changes: 2 additions & 1 deletion home/packages.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{pkgs, ...}: {
{pkgs, inputs, ...}: {
nixpkgs.config.allowUnfree = false;
home.packages = with pkgs; [
(symlinkJoin {
Expand All @@ -7,6 +7,7 @@
buildInputs = [makeWrapper];
postBuild = "wrapProgram $out/bin/ledger-live-desktop --add-flags --use-gl=desktop";
})
inputs.blahaj.packages.${pkgs.system}.default
anytype
distrobox
gnome.geary
Expand Down

0 comments on commit 71f5bcf

Please sign in to comment.