adding a lot of guix things to better setup guix

A lot of these changes are for Guix not Nix, however, nix still works
on the laptop so I'm going to reset the changes on the desktop to this
commit so that Nix might work there for Camp.
This commit is contained in:
Chris Cochrun 2023-07-12 11:18:35 -05:00
parent bad4b948fb
commit fe1e6c695b
87 changed files with 37132 additions and 38 deletions

View file

@ -12,25 +12,39 @@
# The guix version of dolphin isn't built for wayland and can't find the icon theme
pmbootstrap
element-desktop-wayland
intel-media-driver # LIBVA_DRIVER_NAME=iHD
vaapiIntel # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium)
libvdpau-va-gl
#fonts
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
liberation_ttf
mplus-outline-fonts.githubRelease
proggyfonts
];
# programs.firefox = {
# enable = true;
# package = pkgs.firefox-wayland.override {
# cfg = {
# enableTridactylNative = true;
# enablePlasmaBrowserIntegration = true;
# };
# };
# profiles.chris = {
# name = "default";
# path = "chris.default";
# isDefault = true;
# };
# };
fonts.fontconfig.enable = true;
programs.firefox = {
enable = true;
package = pkgs.firefox-wayland.override {
cfg = {
enableTridactylNative = true;
enablePlasmaBrowserIntegration = true;
};
};
profiles.chris = {
name = "default";
path = "chris.default";
isDefault = true;
};
};
# home.file.".mozilla/native-messaging-hosts".source = "/home/chris/.nix-profile/lib/mozilla/native-messaging-hosts";
home.file.".mozilla/native-messaging-hosts".source = "/home/chris/.nix-profile/lib/mozilla/native-messaging-hosts";
accounts.email = {
maildirBasePath = "mail";