[feat] Add nil for *.nix

This commit is contained in:
uttarayan21
2024-02-20 18:57:18 +05:30
parent 9983668d75
commit 3622d00200
7 changed files with 44 additions and 15 deletions

View File

@@ -11,6 +11,9 @@ in {
home.packages = with pkgs;
[
jq
tldr
spotify-player
htop-vim
qmk
nodejs
@@ -32,10 +35,13 @@ in {
(nerdfonts.override { fonts = [ "Hasklig" ]; })
mpv
] ++ (if device.isLinux then [
swaynotificationcenter
openocd-rp2040
usbutils
picotool
handlr-regex
webcord-vencord
spotify
spotify-player
lsof
wl-clipboard
ncpamixer
@@ -73,6 +79,7 @@ in {
set fish_greeting
'';
interactiveShellInit = ''
${pkgs.spotify-player}/bin/spotify_player generate fish | source
${pkgs.macchina.outPath}/bin/macchina
'';
};