Commit Graph

62 Commits

Author SHA1 Message Date
ee812b92c6
Fix: Forgot to declare kernel package 2025-01-08 12:24:08 -08:00
4507b52ca1
Fix: Backup file extension collision 2025-01-08 12:11:30 -08:00
4e9d6dec6a
Refactor flake:
- Delete homeManagerConfigurations from flake.
- Delete laptop nixosConfiguration.
- Delete `home-manager/` and `nixos/` directories.
- Switch from one general "vars" attrset for variables to using built-for-purpose attrsets for variables, each declared where it makes most sense (e.g. the "sys" attrset will be used for system-specific attributes).
- Create `systems/` directory for root-level system configurations and `modules/` directory for re-usable config files.
- Consolidate most app and system configuration into the `desktop-environment.nix` and `terminal-environment.nix` files.
- Standardize all `.nix` files to nixos config nodes, as opposed to home-manager. May reverse this decision.
- Use `${sys.username}` for the username of the primary user of the system.
- Use `${usr.${sys.username}}` for attributes related to that user (e.g. realname, email).
2025-01-08 12:04:28 -08:00
12ec03df16
Update flake:
- Pin Stylix to release-24.11 branch
- Add vars.repo for information about the flake repo.
- Refactor "vars.desktop" with a system-specific "sysVars" attrset.
- Move "{home-manager|nixos}/{laptop|desktop}" to "{laptop|desktop}/{home-manager|nixos}".
2025-01-06 13:15:05 -08:00
327b860a3e
Install Ghostty, pin Stylix to working commit, fix nethogs typo 2025-01-02 15:57:06 -08:00
ea10ed14dd
System update, disable stylix module 2025-01-02 15:27:44 -08:00
d986cafd84
Migrate system info TUI tools to terminal config 2025-01-02 15:27:14 -08:00
02c980c8bf
WIP Hyprland config 2025-01-02 14:18:21 -08:00
01f69f7cd4
Refactor "kitty-popup" script into terminal config 2025-01-02 14:17:15 -08:00
139e2ffb94
System update
Switch to new package name for Zen browser
2025-01-02 13:17:23 -08:00
8fa6dc49f0
Install native prismlauncher package 2025-01-02 13:16:55 -08:00
78ef7310b6
Add minecraft server to desktop 2025-01-02 13:16:31 -08:00
c4942fc9b4
Flake update with new key format
System update
2024-12-31 10:50:01 -08:00
0f53134dba
Script WIP 2024-12-31 10:49:33 -08:00
466aac913a
Plumbing 2024-12-31 10:49:12 -08:00
85f7fc855a
Enable system auto updates 2024-12-31 10:49:00 -08:00
9148672160
Switch to zen kernel 2024-12-31 10:48:47 -08:00
106d845dc7
Refactor desktop-environment configs into separate files per DE 2024-12-31 10:48:28 -08:00
7266e9976a
Open firewall ports to host server for vintagestory 2024-12-31 10:47:44 -08:00
83c01a421d
Init syncthing 2024-12-31 10:47:24 -08:00
32e69856af
WIP: hyprland config 2024-12-31 10:46:47 -08:00
c33ce626a9
Docs 2024-12-31 10:46:26 -08:00
c0d5c195e8
Refactor key var names 2024-12-31 10:46:17 -08:00
594fcaed03
implement let ... in {} block for categorical default applications 2024-12-31 10:45:55 -08:00
69cf86fdb3
Add vintagestory flatpak 2024-12-31 10:45:07 -08:00
dc8d6c5bd0
Spacing 2024-12-31 10:44:53 -08:00
bc9494c01a
Add Zed editor. Configured with Nix LSP and Catppuccin Mocha 2024-12-20 15:27:10 -08:00
a11333b724
Add vlc as default app for video. 2024-12-13 16:50:50 -08:00
f47ed6ecf7
Add update function to nixos script; update flake; resolve new collision in vscode font selection 2024-12-13 14:46:55 -08:00
6c4bd5323e
Fix script, add signing key to git & flake configs 2024-12-13 14:32:52 -08:00
f9baa6735d
Init script to manage gpg keys. Pray never to manage GPG keys again. 2024-12-13 14:18:11 -08:00
23899038c2
Experimentally add FPS limiter to MangoHud 2024-12-13 00:34:01 -08:00
6c5ec29b99
Fix and add obs-toggle-recording script 2024-12-13 00:33:08 -08:00
b4f55e0c1f
Update MangoHud to use "MyConfig" for base config and "presets.conf" for 6 presets. 2024-12-12 13:13:19 -08:00
a6c1345a97
Add nixos helper script for shorthand rebuilds with some nice features 2024-12-12 13:12:24 -08:00
d002643347
Big update:
- WIP: Installer configuration to be used for portable or new systems.
- Add defaultApps (zen for links, codium for plain text).
- Refactor Ollama (AI) to skip model selection, WIP "codewriter" model.
- Password-manager: Switch to wayland package for rofi-rbw, increase lock timeout.
- Add mangohud config that shows FPS, frame time, throttling status in a horizontal layout below OW's HUD.
- Add nixGL config to use mesa and vulkan.
- Refactor configuration.nix as a "hub" file that just imports other files.
- amdgpu: Remove problematic amdvlk driver. Was causing misbehavior in Overwatch.
- gaming: Add gamescope and gamemode.
2024-12-12 00:00:08 -08:00
af1d516c09
Update:
- Add configs for git, ssh and keys. Defines authorized_keys, profiles, ssh config, signing for git commits.
- Add kcalc.
2024-12-09 12:41:17 -08:00
79177f195e Big update:
- Consolidate "goxlr" into "peripherals"; add support for wooting, xpadneo, openrazer.
- Add ollama service.
2024-12-09 11:01:02 -08:00
8ae9642398 Big update:
- Add AI module for Ollama.
- Add emulators for nintendo systems.
- Remove unused pkgs-unstable input for obs-studio.
- Polish password-manager config.
- Add btop-rocm as system monitor.
- Add jq terminal package, unwrap kitty.
- Add amdgpu system info packages.
- Add kitty-popup script to run command in borderless kitty window.
2024-12-09 10:57:28 -08:00
b763bfb8ee Big Update:
- Switch Zen browser from flatpak to 0xc000022070's flake.
- Add ffmpeg scripts for transcoding and uploading video.
- Add ffmpeg-full package.
- Delete workaround for nixGL with OBS-studio.
2024-12-07 00:39:36 -08:00
c128e9cd12 Big Update:
- Add Stylix config with Catppuccin Mocha.
- Add password manager interface via wofi, rbw, rofi-rbw, wl-clipboard, and dotool.
- Add protonmail-desktop.
- Replace Firefox and Chromium flatpaks with native apps.
- Remove Vesktop flatpak; using only native app.
- Remove VLC flatpak; using only native app.
- Add terminal font config to VSCode userSettings.
- Move "protonup-ng" Proton updater from "protonmail.nix" to its proper "gaming.nix" file.
- Add "fonts.nix" nixos config.
- Move gaming packages from nixos configuration.nix to gaming.nix.
- Remove Plasma6's Discover app.
- Add system-level ydotool program. Not yet used.
- Add backupFileExtension config for home-manager to mitigate collisions.
2024-12-06 18:21:14 -08:00
81fe9f2b8d Big update:
- Add category 'services' for stuff to run in the background.
- Add flatpak, kdeconnect, nextcloud, protonmail, ollama to services.
- Add game-controller file for drivers and config tools.
- Refactor flatpaks and packages from home.nix to relevant files:
  -  Mission Center (flatpak) -> taskmanager.nix
  - Losslesscut (flatpak) -> multimedia.nix
  - PrismLauncher (flatpak) -> minecraft.nix
  - VLC (flatpak & system package) -> multimedia.nix
  - Fastfetch (package) -> terminal.nix
  - kdeconnect (package) -> services/kdeconnect.nix
  - Protonmail app and bridge -> services/protonmail.nix
  - obsidian -> obsidian.nix
2024-12-06 13:53:58 -08:00
fc76ff7f0f Configure SMB network shares 2024-12-05 14:18:05 -08:00
88f9b0f659 Configure Git default branch 2024-12-05 14:17:52 -08:00
21d161ffbf Add librespot service and spotify-qt interface 2024-12-05 14:17:41 -08:00
4b5d2a7222 Update dotfiles for desktop with current working nixos config 2024-12-05 12:52:17 -08:00
27afcce091
Add GoXLR service 2024-11-02 18:11:06 -07:00
8680a7e003 Move nix-ecuflash to nix-ecutuner to separate from EcuFlash (not FOSS) 2024-11-01 21:20:48 -07:00
60b228a4d8 Add nix-ecuflash to system flake, update system flake 2024-11-01 15:21:43 -07:00
ea13453ba2
Update flake lockfile; Update desktop home-manager configuration:
- Use new `vars` attrset
- Remove obsidian flatpak
- Add applications: goxlr-utility, obsidian, gamepad-tool, xpadneo (kernel module)
2024-11-01 13:08:55 -07:00