Add penguin configuration

This commit is contained in:
2025-08-19 00:34:18 +08:00
parent 2835a0a72e
commit c594ff128f
7 changed files with 296 additions and 14 deletions

View File

@@ -5,10 +5,6 @@
...
}:
{
home.packages = with pkgs; [
seahorse
wl-clipboard
];
git = {
enable = true;
signingKey = "~/.ssh/id_ed25519.pub";
@@ -18,10 +14,6 @@
neovim.enable = true;
services = {
darkman.enable = true;
hyprpolkitagent.enable = true;
cliphist.enable = true;
ollama = {
enable = true;
host = "0.0.0.0";
@@ -35,13 +27,7 @@
];
programs = {
waybar = {
enable = true;
systemd.enable = true;
};
gh.enable = true;
zed-editor.enable = true;
firefox.enable = true;
};
home.stateVersion = "25.11";