Big update
This commit is contained in:
parent
739f3d97f2
commit
62d4de0360
10 changed files with 328 additions and 103 deletions
|
|
@ -1,11 +1,12 @@
|
|||
{ lib, cnfig, pkgs, ... }: {
|
||||
{ lib, cnfig, pkgs, pkgs-24_05, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
betterbird
|
||||
# betterbird
|
||||
nsxiv
|
||||
libreoffice
|
||||
warpinator
|
||||
keepassxc
|
||||
];
|
||||
] ++ [ pkgs-24_05.betterbird ];
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
config = {
|
||||
|
|
@ -35,4 +36,12 @@
|
|||
|
||||
programs.firefox.enable = true;
|
||||
programs.zathura.enable = true;
|
||||
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"WebBrowser" = "firefox.desktop";
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
BROWSER = "firefox";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue