1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00
Commit Graph

95 Commits

Author SHA1 Message Date
xnm
7a4c582b85 feat(terminal-utils): 📦 Add posting CLI tool
Add `posting` to terminal utilities package set and configure two
Catppuccin Macchiato color scheme variants (mauve and teal) for the
tool.
2025-09-06 17:17:14 +03:00
xnm
4845b84fc5 feat(utils): 📦 Move sqlx-cli and mermaid-cli to terminal utilities
Add sqlx-cli and mermaid-cli to terminal-utils.nix while removing them
from
utils.nix to consolidate database and diagramming tools in the
appropriate
utility category.

- Move sqlx-cli (database migrations) to terminal utilities
- Move mermaid-cli (diagram generation) to terminal utilities
- Remove commented git-secrets from terminal utilities

This reorganization groups related development tools together for better
maintainability and logical organization of utility packages.
2025-09-06 16:49:32 +03:00
xnm
76f078cd17 fix(config): 🔧 Add protocol prefixes to local API URLs
Updated MCP server configuration URLs to include `http://` protocol
prefix for:
- n8n API URL (`localhost:5678` → `http://localhost:5678`)
- Coolify base URL (`localhost:8000` → `http://localhost:8000`)
- Appwrite endpoint (`localhost:8088/v1` → `http://localhost:8088/v1`)

Also migrated logind configuration from `extraConfig` string to
structured
settings format for better maintainability.

```nix
services.logind.settings.Login = {
  RuntimeDirectorySize = "8G";
};
2025-08-31 16:28:47 +03:00
xnm
82aebc8cff feat(night-mode): 🌙 Switch from wlsunset to hyprsunset and add temperature control
- Replace wlsunset with hyprsunset for better Hyprland integration
- Add temperature adjustment functions with scroll support in Waybar
- Implement persistent temperature storage in `~/.cache/hyprsunset_temp`
- Add temperature bounds (2000K-6500K) with 100K increment/decrement
steps
- Update NixOS configuration to include hyprsunset package

Fixes temperature persistence and improves Hyprland compatibility
2025-08-24 03:06:11 +03:00
xnm
26fa7f462c feat(packages): 📦 Add mermaid-cli to utils packages
Add mermaid-cli to the list of utils packages for diagram generation
support. This enables users to create diagrams from markdown without
additional configuration.
2025-08-18 17:17:38 +03:00
xnm
f79aad1630 fix(config): 🔧 Update imports and dependency versions
- Changed kitty.typing to kitty.typing_compat import in search.py
- Pinned radicle-tui to specific revision in flake.nix

Fixes compatibility issues with latest kitty version
Ensures reproducible build for radicle-tui dependency
2025-08-16 19:43:06 +03:00
xnm
ff45ab768d feat(config): 🔧 Update model configuration and system packages
- Changed default model from `moonshot/kimi-k2-0711-preview` to
`z/glm-4.5`
- Added new provider configuration for Z AI with GLM-4.5 model
- Added hyprpolkitagent to Hyprland packages
- Updated Ollama models list (removed some Gemma models, added
qwen3-coder)
- Added chromium and playwright to system packages
2025-08-03 16:00:47 +03:00
xnm
b6318f0885 feat(config): 🎨 Update dotfiles configuration
- Fixed theme name format in bat config (removed hyphen)
- Corrected linkedin alias typo in fish config
- Added new keybinding (A-r) in helix config
- Updated Telegram executable name in hyprland config
- Revamped lazygit theme colors to Catppuccin
- Added new opencode configuration file
- Enhanced git delta configuration with new features
- Added n8n service and opencode package to llm.nix
- Updated Python version in lsp.nix and programming-languages.nix
- Updated Telegram firejail profile name in security-services.nix
2025-07-20 19:22:36 +03:00
xnm
4b2884451c feat(ollama): 🚀 Update Gemma3 model variant in loadModels
Updated the Gemma3 model variant from `gemma3:4b` to `gemma3n:e4b` in
the Ollama service configuration
2025-07-06 16:45:56 +03:00
xnm
d22e37ea8e feat(terminal-utils): 📦 Add more terminal utilities
Added several useful terminal utilities to the NixOS configuration:
- `moreutils` for additional Unix tools
- `asciinema` and `asciinema-agg` for terminal recording
- `dogdns` for DNS lookups
- `ncdu` for disk usage analysis
- `magic-wormhole-rs` for secure file transfers

Also commented out `taskwarrior3` and `wormhole-william` for future
reference.
2025-06-01 18:58:43 +03:00
xnm
49f23c4fd4 feat(ai): 🤖 update LLM models and configuration
- Changed default model from `ollama:llama3.2:3b` to `ollama:gemma3:4b`
- Updated model token limits and added new models:
  - Added `gemma3:4b` with vision support
  - Removed `phi4:14b` and added `phi4-reasoning:14b`
  - Updated token limits for existing models
- Added new AI-related roles:
  - `commit-message.md`
  - `email-answer.md`
  - `emoji-commit-message.md`
  - `git-branch.md`
  - `improve-prompt.md`
  - `improve-writing.md`
  - `linkedin-answer.md`
  - Enhanced `to-emoji.md` and added `to-emojies.md`
- Added `ai` alias for `aichat` in fish config
- Updated NixOS configuration to load new models
2025-06-01 18:57:33 +03:00
xnm
6395991cf6 📦 feat(git): add radicle package
- add `radicle` package
- add `radicle-tui` package
- create fish alias for `rad-tui`
- add radicle config template `radicle.nix`
- add `.gitconfig.radicle` to `.gitconfig`
- create directory for radicle projects with its `.gitconfig.radicle`
2025-05-24 23:39:56 +03:00
xnm
ddb7795d24 📦 ️feat(terminal-utils): add jujutsu and jjui tools 2025-05-20 21:18:11 +03:00
xnm
33aa287e12 🔒 feat(security): replace sudo with sudo-rs
- Enable `sudo-rs` with wheel-only execution
- Disable legacy `sudo`
- Update AppArmor and U2F configs for `sudo-rs`
- Update Yubikey U2F auth for `sudo-rs`
2025-05-18 03:40:44 +03:00
xnm
952fb7f7c1 📦 ️feat(work): update developer tooling
- Add google-cloud-sdk and android-studio
- Reorganize package list ordering
2025-05-18 03:37:28 +03:00
xnm
98452f31a3 📦 ️feat(terminal): add dotenvx to system packages 2025-05-18 03:33:40 +03:00
xnm
0445efa3ac 🤖 update(nixos/llm): update Ollama model configuration
- 🔄 Replace `phi4:14b` with `phi4-reasoning:14b` model
-  Add `qwen3:14b` model to the load list
2025-05-09 22:17:48 +03:00
xnm
83faa6a5e1 update(security): simplify security configuration and enhance apparmor
- Remove SELinux-related configurations (kernel params, systemd
override, packages)
- Disable kernel modules locking
- Streamline LSM modules list
- Enhance AppArmor with kill unconfined option and PAM integration
- Add AppArmor support for various services (login, sshd, sudo, etc.)
- Enable D-Bus AppArmor integration
- Remove unused hyprlock PAM service
2025-04-27 16:56:47 +03:00
xnm
78d6258bfe feat: update hyprland, helix, bootloader and other configs
Changelog:
- autostart: remove hypridle from autostart script
- helix: add copilot LSP for Rust, JS/TS variants
- hyprland:
  - Refactor window rules with regex patterns
  - Update brightness controls for intel_backlight
  - Adjust pyprland scratchpad configurations
- bootloader:
  - Add i915 kernel modules
  - Disable initrd verbose logging
- greetd: update tuigreet command to use uwsm
- hyprland: enable hyprlock, hypridle services
- linux-kernel: add security hardening params
- ollama: add new LLM models (gemma3, deepcoder)
- utils: add sqlx-cli and kitty
- kitty: add config
- virtualisation:
  - Add lima, nerdctl
- vpn:
  - Enable mullvad VPN
  - Add mullvad and tor browsers
- stylus-themes: update to latest
2025-04-21 18:52:02 +03:00
xnm
1a4f6d28c8 feat: update fish greeting and enable NVIDIA open drivers 2025-03-08 16:46:22 +02:00
xnm
818c5e37a5 feat: add AI tools, improve configs, and update README
Changelog:
- Added AI tools and services (Ollama, SearXNG, Open WebUI)
- Updated README with AI tools section and improved formatting
- Added new Rust tools (`cargo-feature`, `cargo-features-manager`)
- Improved virtualisation config with `nvidia-docker`
- Added new work tools (`ssm-session-manager-plugin`, `redli`)
- Updated Helix, Qutebrowser, and Oterm configs
- Added Open WebUI and SearXNG config files
2025-02-15 21:14:22 +02:00
xnm
4f283db288 update: Refactor ollama, Add searxng & open-webui services 2025-02-03 21:08:01 +02:00
xnm
6d90c4c307 update: fixes & changes, added configs for aider and aichat 2025-01-26 22:15:11 +02:00
xnm
5b4eb9395c update: added aider & systemwide keybindings with arrows 2025-01-13 17:09:44 +02:00
xnm
87fde1c6c4 update: sound.nix (pulseaudio), LLMs, stylus 2025-01-11 18:54:57 +02:00
xnm
efd9e85d75 update: added touch typing trainers, hyprland fixes, fish hotkey change 2024-12-21 17:25:20 +02:00
xnm
c92884a39a update: added nvidia support in containters, enabled resolvconf & updated some configs 2024-11-23 17:11:09 +02:00
xnm
8dcff38a63 added keyboard nix config & package smartcat 2024-11-09 18:25:54 +02:00
xnm
8f7047e546 updated theme configs & added font 2024-10-31 20:03:25 +02:00
xnm
6d5c55aeaa switched from networkmanager to iwd 2024-10-20 23:32:04 +03:00
xnm
dcfa059914 added mosh package and module 2024-10-16 20:06:13 +03:00
xnm
59ea19d35d fish scripts update
changelog:
- refactored fzf scripts
- nullify unused\remapped fzf bindings
- `list-op.fish` hotfix 3
- added `hexyl` package to the system
2024-10-13 23:11:03 +03:00
xnm
d27d5998aa Workflow update
Changelog:
- added `hyprls`, `file`, `delta`, `process-compose`, `yazi` packages with setup catppuccin macchiato theme
- changed `gammastep` to `wlsunset`
- refactored and disabled location
- refactored `dbus` and set to `broker` implementation
- changed `blueman` bluetooth manager to `overskride`
- set catppuccin macchiato theme for `bat`
- added useful key bindings for fish
- added custom fish scripts with `fzf` utilization
- changed protocol from 'https' to 'ssh' in `gh` config
- added keybindings, updated config, added LSPs for `helix`
- remap some keys in `Hyprland`
- added keybindings for `Zellij`
2024-10-10 21:15:51 +03:00
xnm
71c7708495 added LLM models and AI tools, disabled nextjs-ollama-ui, enabled Nvidia proprietary drivers 2024-10-04 21:05:21 +03:00
xnm
f6c0b339a0 LLM Update
Changelog:
- Added `ollama` with `nextjs-ollama-llm-ui`.
- Added `helix-gpt` and `lsp-ai` packages.
- Added `nvtop` package with Nvidia and Intel GPUs support.
2024-09-29 23:11:12 +03:00
xnm
599713a3df System and Development Environment Updates
Changelog:
- Applied fixes for system apps with the latest `nixpkgs` update.
- Updated `wezterm` to the latest Git version and refreshed its configuration.
- Optimized Rust Cargo template.
- Added several new Language Server Protocols (LSPs).
- Introduced new Rust targets to the environment.
- Added `pwgen`, `pwgen-secure`, and `git-secrets` packages.
- Added `gcc`, `clang`, `lld`, `lldb`, and `musl` packages for compiling and debugging.
2024-09-29 17:11:49 +03:00
xnm
dce7bee71c Added tools & updated hyprlock config
Changelog:
- Added packages: `emmet-language-server`, `gitleaks`, `trunk`
- Changed time format in `hyprlock` from 24-hour to 12-hour format
- Configured `emmet-language-server` for the `helix` editor
2024-08-16 16:27:34 +03:00
xnm
6b53716712 Fix NixOS config for compatibility with unstable channel
- Fixed compatibility issues with the unstable channel
- Added new packages (`firebase-tools`, `wrl-randr`)
2024-07-22 17:17:59 +03:00
xnm
ae58f87d04 fixed gnome theme after update & added vue-language-server 2024-07-07 17:31:49 +03:00
xnm
a6bddd649f fixes after update
changelog:
 - fixed hyprland master window status
 - changed scaling factor in cool-retro-term config
 - updated styles for stylus
 - fixed theme for GNOME & GTK
 - added packages `pnpm` & `gpu-viewer`
 - fixed opengl
 - updated README
2024-06-30 18:54:47 +03:00
xnm
42e4cfb3a6 changed boot loglevel from 4 to 3 & updated check_webcam.fish script 2024-05-12 18:14:03 +03:00
xnm
2ee6f3e0ec changed recorder & fixed clipboard 2024-05-06 22:44:58 +03:00
xnm
fd1a80a9c3 small improvements & security update
changelog:
- added additional commands for nixos `gc` in fish
- changed default app to `mpv` for gif images in mimeapps.list
- added config for clamav-scanner
- added `fangfrisch` to clamav
- sandboxed some apps & added profiles through firejail
- changed vscode to vscodium
- updated README
2024-05-04 20:00:29 +03:00
xnm
42cd5060b6 added yubikey-manager 2024-04-24 22:37:26 +03:00
xnm
6321fae7d8 moved to Hypr ecosystem 2024-04-24 22:26:20 +03:00
xnm
475e4b938c added hyprcursor 2024-04-21 23:21:16 +03:00
xnm
1451a6c90e added opengl and nvidia configs 2024-04-21 21:58:07 +03:00
xnm
d997e8d28a fixes
changelog:
 - wezterm always starts as new process now
 - deleted `hardware-configuration.nix`
 - added some fetchers
 - commented `nur`
 - disabled `opengl`
 - added qt theme inherited from gtk
 - removed deprecated notes about Yubikey from the README
2024-04-15 22:03:09 +03:00
xnm
44c82b86cf theme fixes & added dconf config 2024-04-07 14:40:44 +03:00
xnm
9385ffd1ff fixes
changelog:
  - deleted unnecessary segment from discord config
  - deleted reference to old catppuccin DuckDuckGo guide from README
  - hyprland changed scale for new system
  - added new target for rust
2024-04-05 19:53:18 +03:00