Added Emacs nix module and modified things here and there.
This commit is contained in:
parent
d4df25abdf
commit
859036ba7c
10 changed files with 85 additions and 82 deletions
|
|
@ -55,7 +55,7 @@
|
|||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" ];
|
||||
theme = "lambda";
|
||||
theme = "half-life";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
userName = "lulusilly";
|
||||
userEmail = "lunita@puppygirl.onl";
|
||||
aliases = {
|
||||
ci = "commit -m";
|
||||
c = "commit -m";
|
||||
co = "checkout";
|
||||
s = "status";
|
||||
pu = "push origin master";
|
||||
|
|
@ -105,15 +105,13 @@
|
|||
sxiv # Minimal image viewer
|
||||
mpv # Media 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 # File syncing
|
||||
ghostty # Terminal emulator
|
||||
irssi # Terminal IRC client
|
||||
nyxt # Customizable browser
|
||||
cmus # C Music Player (TUI)
|
||||
deadbeef # Closest thing to foobar2000 native on Linux
|
||||
qutebrowser # Neat browser with vim keybindings
|
||||
# nyxt # Customizable browser
|
||||
fooyin # Closest thing to foobar2000 native on Linux
|
||||
nicotine-plus # FOSS client for SoulSeek
|
||||
kdePackages.dolphin # GUI File Manager
|
||||
# Fonts
|
||||
|
|
@ -132,8 +130,6 @@
|
|||
".emacs.d/init.el" .source = dotfiles/.emacs.d/init.el;
|
||||
# MPV
|
||||
".config/mpv/mpv.conf" .source = dotfiles/mpv/mpv.conf;
|
||||
# Btop
|
||||
# ".config/btop/btop.conf" .source = dotfiles/btop/btop.conf;
|
||||
# Neofetch
|
||||
".config/neofetch/config.conf" .source = dotfiles/neofetch/config.conf;
|
||||
# Hyprland
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue