testing gpu stuff

This commit is contained in:
Matt Nish-Lapidus 2024-10-02 18:35:14 -04:00
parent 8751e16822
commit 512e2113f9
4 changed files with 85 additions and 83 deletions

View file

@ -84,7 +84,6 @@
gnomeExtensions.just-perfection
gnomeExtensions.dash-to-dock
gnomeExtensions.solaar-extension
gnomeExtensions.gpu-profile-selector
gnome-software
gnome-tweaks
gnome-photos
@ -240,19 +239,19 @@
};
pandoc.enable = true;
password-store.enable = true;
waybar.enable = true;
#waybar.enable = true;
};
wayland.windowManager.sway = {
enable = true;
systemd = {
enable = true;
};
wrapperFeatures = {
gtk = true;
};
# config = rec {
# };
enable = true;
systemd = {
enable = true;
};
wrapperFeatures = {
gtk = true;
};
# config = rec {
# };
};
dconf.settings = {
@ -322,4 +321,22 @@
home.file.".mbsyncrc".source = ../dotfiles/dot_mbsyncrc;
home.file.".local/share/flf".source = ../dotfiles/dot_local/share/flf;
############ ACCOUNTS
accounts.calendar = {
basePath = ".calendar";
accounts = {
"emenel" = {
name = "matt@emenel.ca";
primary = true;
remote = {
passwordCommand = [ "rbw get nixos-fastmail" ];
type = "caldav";
url = "caldav.fastmail.com";
userName = "matt@emenel.ca";
};
};
};
};
}