Compare commits

..

No commits in common. "178a22c35126cfb623bec1837aeed5dde58f2fa9" and "e7d3fba4191d7aa6c3aaf9b1709c03007de79c78" have entirely different histories.

4 changed files with 5 additions and 3 deletions

View file

@ -1,9 +1,9 @@
<h1 align=center> <h1 align=center>
<img src="https://raw.githubusercontent.com/NixOS/nixos-artwork/56b7a5788005a3eaecb5298f0dbed0f7d1573abc/logo/nix-snowflake-colours.svg" width=100px> <img src="https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/nix-snowflake.svg" width=100px>
Laureηt's Infrastructure <br> Laureηt's Infrastructure <br>
<img src="https://github.com/catppuccin/catppuccin/blob/c675f7ccdc325cf6ba228ebb53fdf4eaa40aace6/assets/palette/macchiato.png" width="600px"> <img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/palette/macchiato.png" width="600px">
<a href="https://github.com/ryantm/agenix"> <a href="https://github.com/ryantm/agenix">
<img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=Secrets&message=age&color=ea999c&labelColor=303446"> <img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=Secrets&message=age&color=ea999c&labelColor=303446">

View file

@ -184,8 +184,8 @@
packages = [ packages = [
formatter # defined above formatter # defined above
pkgs.git # version control pkgs.git # version control
pkgs.sbctl # secure boot utils
agenix.packages.${system}.agenix # secrets agenix.packages.${system}.agenix # secrets
pkgs.sbctl # secure boot utils
]; ];
}; };
}; };

View file

@ -24,6 +24,7 @@
jmtpfs # for Android MTP jmtpfs # for Android MTP
keepassxc # password manager keepassxc # password manager
nil # nix language server nil # nix language server
obsidian # second brain journalling
pamixer # volume mixer cli pamixer # volume mixer cli
pavucontrol # volume mixer pavucontrol # volume mixer
playerctl # media keys playerctl # media keys

View file

@ -34,6 +34,7 @@
# list of allowed unfree packages # list of allowed unfree packages
nixpkgs.config.allowUnfreePredicate = pkg: nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [ builtins.elem (lib.getName pkg) [
"obsidian"
"vscode" "vscode"
"vscode-extension-github-copilot" "vscode-extension-github-copilot"
"vscode-extension-github-copilot-chat" "vscode-extension-github-copilot-chat"