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