Compare commits
2 Commits
77f46238da
...
932cf2bb2f
Author | SHA1 | Date | |
---|---|---|---|
932cf2bb2f | |||
7ab499c06f |
@ -29,7 +29,9 @@ in
|
||||
yt-dlp
|
||||
gallery-dl
|
||||
imagemagick
|
||||
pngquant
|
||||
ffmpeg
|
||||
gifski
|
||||
];
|
||||
|
||||
xdg.mimeApps.defaultApplications = lib.mkMerge [
|
||||
|
@ -20,6 +20,7 @@ in
|
||||
# TODO move this stuff to a zsh.nix or something; this is just a quick fix so home.sessionVariables works
|
||||
home.shellAliases = {
|
||||
v = "nvim";
|
||||
icat = "kitty +kitten icat";
|
||||
};
|
||||
programs.fzf.enable = true;
|
||||
programs.fzf.enableZshIntegration = true;
|
||||
@ -55,6 +56,9 @@ in
|
||||
rclone
|
||||
rmlint
|
||||
pv
|
||||
|
||||
# for icat on all systems
|
||||
kitty.kitten
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -12,6 +12,11 @@
|
||||
monitor = [
|
||||
"HDMI-A-3,disable"
|
||||
"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,6 +19,8 @@ in
|
||||
gallery-dl
|
||||
yt-dlp
|
||||
imagemagick
|
||||
pngquant
|
||||
gifski
|
||||
ffmpeg
|
||||
];
|
||||
|
||||
|
@ -107,6 +107,9 @@ in
|
||||
restic
|
||||
rclone
|
||||
pv
|
||||
|
||||
# kitty compatibility on all systems
|
||||
kitty.terminfo
|
||||
];
|
||||
|
||||
# Needed for Kvantum themes to be detected
|
||||
|
Loading…
x
Reference in New Issue
Block a user