Updated Mecca configuration & cut down on pkgs for home-manager based definitions

This commit is contained in:
lulusilly 2025-08-31 11:40:43 -04:00
parent cf84e114f5
commit a74c1b431c
2 changed files with 6 additions and 16 deletions

View file

@ -114,8 +114,10 @@
devices = [ devices = [
"/dev/input/by-path/platform-i8042-serio-0-event-kbd" "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
]; ];
extraDefCfg = "concurrent-tap-hold yes"; configFile = builtins.fetchurl {
config = builtins.readFile ./kanata.kbd; url = https://git.luluslly.xyz/lulusilly/dotfiles/raw/branch/master/.config/kanata/conf.kbd;
sha256 = "1jv6051igv4yxwr9bxzil6qrynvg3imlnh65lxhjdfcvpnmlcy6p";
};
}; };
}; };
}; };
@ -124,9 +126,6 @@
users.users.lunita = { users.users.lunita = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" ];
packages = with pkgs; [
tree
];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };
# Enabling Emacs server # Enabling Emacs server
@ -146,9 +145,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
home-manager # For using Nix Home Manager home-manager # For using Nix Home Manager
zsh # Default user shell zsh # Default user shell
jq
stow # For dotfiles deployment. May use home-manager in future
fastfetch # Muh epic r1ce!!!
minecraftia # font minecraftia # font
jetbrains-mono # font jetbrains-mono # font
terminus_font # font terminus_font # font
@ -164,13 +160,6 @@
wl-clipboard # xclip alternative wl-clipboard # xclip alternative
rofi-wayland # Dmenu replacement for Wayland rofi-wayland # Dmenu replacement for Wayland
ghostty # Terminal emulator 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 # Enable OpenSSH SSH Daemon

1
.gitignore vendored
View file

@ -1 +1,2 @@
.gsd-keyboard.settings-ported .gsd-keyboard.settings-ported
lazy-lock.json