mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 04:40:05 +00:00
✨ (homes/jo) Add Nixcord configuration
This commit is contained in:
parent
3e6f386f7f
commit
afda908416
5 changed files with 152 additions and 5 deletions
|
@ -3,6 +3,10 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./apps/discord
|
||||
];
|
||||
|
||||
puzzlevision = {
|
||||
themes.catppuccin.enable = true;
|
||||
apps.zed.enable = true;
|
||||
|
@ -17,7 +21,6 @@
|
|||
home.packages = with pkgs; [
|
||||
## GENERAL
|
||||
youtube-music
|
||||
discord
|
||||
ghostty
|
||||
teams-for-linux
|
||||
enpass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue