Updated Mecca configuration & cut down on pkgs for home-manager based definitions
This commit is contained in:
parent
cf84e114f5
commit
a74c1b431c
2 changed files with 6 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
.gsd-keyboard.settings-ported
|
||||
lazy-lock.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue