mirror of
https://git.gay/sneexy/nixos.git
synced 2026-01-11 13:13:15 -08:00
chore: LOTS of edits related to packages, zsh, kde and kitty
This commit is contained in:
parent
ad241378d1
commit
a62b8006ad
7 changed files with 481 additions and 13 deletions
|
|
@ -44,6 +44,18 @@
|
|||
|
||||
xdg.userDirs.enable = true;
|
||||
|
||||
# dotfiles
|
||||
# ncmpcpp
|
||||
home.file.".config/ncmpcpp" = {
|
||||
source = ./config/ncmpcpp;
|
||||
recursive = true;
|
||||
};
|
||||
# modified zsh plugins
|
||||
home.file.".config/zsh" = {
|
||||
source = ./config/zsh;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
# ╭───────────────────────────────────────────────╮
|
||||
# │ _ __ _ │
|
||||
# │ _ __ ___ __| |_ ___ __ ___ _ _ / _(_)__ _ │
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue