Compare commits

...

3 commits

Author SHA1 Message Date
Laureηt 178a22c351
🎨 shuffle around lines in flake.nix 2024-04-24 09:57:48 +02:00
Laureηt f35e5bc0a6
(home+silicium) remove obsidian 2024-04-24 09:57:15 +02:00
Laureηt 941b9ee026
📝 fix image URLs in README.md 2024-04-24 09:56:37 +02:00
4 changed files with 3 additions and 5 deletions

View file

@ -1,9 +1,9 @@
<h1 align=center> <h1 align=center>
<img src="https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/nix-snowflake.svg" width=100px> <img src="https://raw.githubusercontent.com/NixOS/nixos-artwork/56b7a5788005a3eaecb5298f0dbed0f7d1573abc/logo/nix-snowflake-colours.svg" width=100px>
Laureηt's Infrastructure <br> Laureηt's Infrastructure <br>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/palette/macchiato.png" width="600px"> <img src="https://github.com/catppuccin/catppuccin/blob/c675f7ccdc325cf6ba228ebb53fdf4eaa40aace6/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
agenix.packages.${system}.agenix # secrets
pkgs.sbctl # secure boot utils pkgs.sbctl # secure boot utils
agenix.packages.${system}.agenix # secrets
]; ];
}; };
}; };

View file

@ -24,7 +24,6 @@
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,7 +34,6 @@
# 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"