From a74c1b431cadeb237414c6ad1df8034d26304bb5 Mon Sep 17 00:00:00 2001 From: lulusilly Date: Sun, 31 Aug 2025 11:40:43 -0400 Subject: [PATCH] Updated Mecca configuration & cut down on pkgs for home-manager based definitions --- .config/nixos/laptop/mecca/configuration.nix | 21 +++++--------------- .gitignore | 1 + 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/.config/nixos/laptop/mecca/configuration.nix b/.config/nixos/laptop/mecca/configuration.nix index a97b76a..ea4c90f 100644 --- a/.config/nixos/laptop/mecca/configuration.nix +++ b/.config/nixos/laptop/mecca/configuration.nix @@ -114,8 +114,10 @@ devices = [ "/dev/input/by-path/platform-i8042-serio-0-event-kbd" ]; - extraDefCfg = "concurrent-tap-hold yes"; - config = builtins.readFile ./kanata.kbd; + configFile = builtins.fetchurl { + url = https://git.luluslly.xyz/lulusilly/dotfiles/raw/branch/master/.config/kanata/conf.kbd; + sha256 = "1jv6051igv4yxwr9bxzil6qrynvg3imlnh65lxhjdfcvpnmlcy6p"; + }; }; }; }; @@ -124,9 +126,6 @@ users.users.lunita = { isNormalUser = true; extraGroups = [ "wheel" ]; - packages = with pkgs; [ - tree - ]; shell = pkgs.zsh; }; # Enabling Emacs server @@ -146,9 +145,6 @@ environment.systemPackages = with pkgs; [ home-manager # For using Nix Home Manager zsh # Default user shell - jq - stow # For dotfiles deployment. May use home-manager in future - fastfetch # Muh epic r1ce!!! minecraftia # font jetbrains-mono # font terminus_font # font @@ -164,13 +160,6 @@ wl-clipboard # xclip alternative rofi-wayland # Dmenu replacement for Wayland ghostty # Terminal emulator - mpv # Video player - zathura # PDF/CBZ/EPUB/DJVU reader - tmux # Tride and true terminal multiplexer - obsidian # For epic note taking (really just mediocre journaling) - keepassxc # Secure password manager - syncthing # Self explanatory - tailscale # Same as above ]; # Enable OpenSSH SSH Daemon @@ -181,4 +170,4 @@ # system.copySystemConfiguration = true; system.stateVersion = "25.05"; -} \ No newline at end of file +} diff --git a/.gitignore b/.gitignore index bafc627..db09dfd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .gsd-keyboard.settings-ported +lazy-lock.json