This commit is contained in:
Chris Cochrun 2024-01-20 05:06:42 -06:00
parent 5f759ea798
commit e9bb828775

View file

@ -37,6 +37,18 @@ in
videos = "${config.home.homeDirectory}/vids";
};
xdg.portal = {
enable = true;
config = {
common = {
default = [
kde
];
};
};
extraPortals = [ pkgs.xdg-desktop-portal-kde ];
};
programs.gpg = {
enable = true;
};
@ -960,7 +972,7 @@ end
padding.y = 10;
dynamic_padding = true;
};
shell.program = "fish";
shell.program = "nu";
font = {
normal = {
family = "VictorMono Nerd Font";