feat: Added zathura and localsend
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
./bambu-studio.nix
|
./bambu-studio.nix
|
||||||
./zed.nix
|
./zed.nix
|
||||||
./obs-studio.nix
|
./obs-studio.nix
|
||||||
|
./zathura.nix
|
||||||
];
|
];
|
||||||
home.packages = [
|
# home.packages = [];
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|||||||
5
home/apps/zathura.nix
Normal file
5
home/apps/zathura.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = [
|
||||||
|
pkgs.zathura
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -34,6 +34,7 @@
|
|||||||
# ${pkgs.spotify-player}/bin/spotify_player generate fish | source
|
# ${pkgs.spotify-player}/bin/spotify_player generate fish | source
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
${pkgs.pfetch-rs}/bin/pfetch
|
${pkgs.pfetch-rs}/bin/pfetch
|
||||||
|
${pkgs.nb}/bin/nb t
|
||||||
${lib.optionalString (device.isLinux && !device.isNix) "source /etc/profile.d/nix-daemon.fish"}
|
${lib.optionalString (device.isLinux && !device.isNix) "source /etc/profile.d/nix-daemon.fish"}
|
||||||
${lib.optionalString (device.isNix && device.hasGui)
|
${lib.optionalString (device.isNix && device.hasGui)
|
||||||
''
|
''
|
||||||
|
|||||||
@@ -11,6 +11,10 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
localsend = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
_1password.enable = true;
|
_1password.enable = true;
|
||||||
_1password-gui = {
|
_1password-gui = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user