✨ [shared] Zoxide cd alias. Replaced Papers with sioyek
This commit is contained in:
parent
e97dd6f5ce
commit
923b0c8980
@ -5,7 +5,7 @@
|
|||||||
let
|
let
|
||||||
browser = "zen.desktop";
|
browser = "zen.desktop";
|
||||||
imageViewer = "imv.desktop";
|
imageViewer = "imv.desktop";
|
||||||
pdfReader = "org.gnome.Papers.desktop";
|
pdfReader = "sioyek.desktop";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"text/html" = browser;
|
"text/html" = browser;
|
||||||
|
@ -23,6 +23,7 @@ in
|
|||||||
./rofi
|
./rofi
|
||||||
./hyprland
|
./hyprland
|
||||||
./shell
|
./shell
|
||||||
|
./sioyek.nix
|
||||||
./spicetify.nix
|
./spicetify.nix
|
||||||
./zen
|
./zen
|
||||||
];
|
];
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
|
# cd alternative
|
||||||
{
|
{
|
||||||
programs.zoxide = {
|
programs = {
|
||||||
enable = true;
|
fish.shellAliases.cd = "z";
|
||||||
enableFishIntegration = true;
|
zoxide = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
13
shared/home-manager/sioyek.nix
Normal file
13
shared/home-manager/sioyek.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# PDF Viewer
|
||||||
|
{ theme, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
catppuccin.sioyek = {
|
||||||
|
enable = true;
|
||||||
|
flavor = theme.flavor;
|
||||||
|
};
|
||||||
|
|
||||||
|
programs.sioyek = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
@ -15,7 +15,6 @@
|
|||||||
gnome-calculator
|
gnome-calculator
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
gnome-clocks
|
gnome-clocks
|
||||||
papers # PDFReader
|
|
||||||
pdfarranger
|
pdfarranger
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user