Compare commits
No commits in common. "932cf2bb2fc502b83917ed6d759fd06cbe58615e" and "77f46238da0f4bae38aaddc24dcb7cb99fd2ba7a" have entirely different histories.
932cf2bb2f
...
77f46238da
@ -29,9 +29,7 @@ in
|
|||||||
yt-dlp
|
yt-dlp
|
||||||
gallery-dl
|
gallery-dl
|
||||||
imagemagick
|
imagemagick
|
||||||
pngquant
|
|
||||||
ffmpeg
|
ffmpeg
|
||||||
gifski
|
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.mimeApps.defaultApplications = lib.mkMerge [
|
xdg.mimeApps.defaultApplications = lib.mkMerge [
|
||||||
|
@ -20,7 +20,6 @@ in
|
|||||||
# TODO move this stuff to a zsh.nix or something; this is just a quick fix so home.sessionVariables works
|
# TODO move this stuff to a zsh.nix or something; this is just a quick fix so home.sessionVariables works
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
v = "nvim";
|
v = "nvim";
|
||||||
icat = "kitty +kitten icat";
|
|
||||||
};
|
};
|
||||||
programs.fzf.enable = true;
|
programs.fzf.enable = true;
|
||||||
programs.fzf.enableZshIntegration = true;
|
programs.fzf.enableZshIntegration = true;
|
||||||
@ -56,9 +55,6 @@ in
|
|||||||
rclone
|
rclone
|
||||||
rmlint
|
rmlint
|
||||||
pv
|
pv
|
||||||
|
|
||||||
# for icat on all systems
|
|
||||||
kitty.kitten
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -12,11 +12,6 @@
|
|||||||
monitor = [
|
monitor = [
|
||||||
"HDMI-A-3,disable"
|
"HDMI-A-3,disable"
|
||||||
"DP-3,highrr,auto,1"
|
"DP-3,highrr,auto,1"
|
||||||
# this is the "proper" multi monitor config but hyprland's multi
|
|
||||||
# monitor system scares me so i am going to keep the other one disabled
|
|
||||||
# still. i might need something called hyprsome or something
|
|
||||||
# "HDMI-A-3,highrr,0x0,1,transform,1"
|
|
||||||
# "DP-3,highrr,1024x160,1"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -19,8 +19,6 @@ in
|
|||||||
gallery-dl
|
gallery-dl
|
||||||
yt-dlp
|
yt-dlp
|
||||||
imagemagick
|
imagemagick
|
||||||
pngquant
|
|
||||||
gifski
|
|
||||||
ffmpeg
|
ffmpeg
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -107,9 +107,6 @@ in
|
|||||||
restic
|
restic
|
||||||
rclone
|
rclone
|
||||||
pv
|
pv
|
||||||
|
|
||||||
# kitty compatibility on all systems
|
|
||||||
kitty.terminfo
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Needed for Kvantum themes to be detected
|
# Needed for Kvantum themes to be detected
|
||||||
|
Loading…
x
Reference in New Issue
Block a user