feat: fix everything so that rebuilds are good
This commit is contained in:
parent
2ac1e0c90d
commit
827f2b6b60
10 changed files with 128 additions and 324 deletions
|
@ -52,29 +52,26 @@
|
|||
prismlauncher
|
||||
protonvpn-gui
|
||||
vlc
|
||||
clash-verge-rev
|
||||
rhythmbox
|
||||
qq
|
||||
shotwell
|
||||
mpv
|
||||
kdePackages.kdenlive
|
||||
# kdePackages.kdenlive
|
||||
obsidian
|
||||
heroic
|
||||
];
|
||||
myAutostartCommands = [
|
||||
"${pkgs.clash-verge-rev}/bin/clash-verge"
|
||||
];
|
||||
|
||||
programs = {
|
||||
obs-studio = {
|
||||
enable = true;
|
||||
enable = false; # too much of a hassle
|
||||
plugins = with pkgs.obs-studio-plugins; [ wlrobs input-overlay ];
|
||||
};
|
||||
home-manager.enable = true;
|
||||
firefox = {
|
||||
enable = true;
|
||||
package = with pkgs;
|
||||
(librewolf.override {
|
||||
(firefox-bin.override {
|
||||
nativeMessagingHosts = [ passff-host ];
|
||||
hasMozSystemDirPatch = true;
|
||||
});
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ bottles zeroad ];
|
||||
home.packages = with pkgs; [ bottles ];
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
home.packages = [ inputs.hyprswitch.packages.x86_64-linux.default ];
|
||||
# home.packages = [ inputs.hyprswitch.packages.x86_64-linux.default ];
|
||||
}
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
lazygit
|
||||
mmv
|
||||
cheat
|
||||
thefuck
|
||||
pcmanfm
|
||||
# thefuck RIP no longer maintained. Use `pay-respects` maybe
|
||||
# pcmanfm DEPR due to KDE
|
||||
udiskie
|
||||
sxiv
|
||||
transmission_4-gtk
|
||||
|
|
|
@ -22,8 +22,6 @@ with lib; {
|
|||
${(pkgs.fortune.override {withOffensive = true;})}/bin/fortune -as | ${pkgs.cowsay}/bin/cowsay | ${pkgs.lolcat}/bin/lolcat
|
||||
end
|
||||
funcsave -q fish_greeting
|
||||
|
||||
${pkgs.thefuck}/bin/thefuck --alias | source
|
||||
'';
|
||||
shellAliases = import ../aliases { inherit pkgs; };
|
||||
plugins = with pkgs.fishPlugins; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue