Add color profiles for Dell P2715Q and ThinkPad T14

This commit is contained in:
Andrew Kvalheim 2023-07-30 08:37:54 -07:00
parent 7f73d079ef
commit d1508be8c7
5 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{
xdg.dataFile."icc/Dell-P2715Q.icc".source = ../resources/Dell-P2715Q.icc;
}

Binary file not shown.

View file

@ -14,6 +14,7 @@ in
./components/applications.user.nix
./components/browser.user.nix
./components/desktop.user.nix
./components/display.user.nix
./components/editor.user.nix
./components/fonts.user.nix
./components/git.user.nix

Binary file not shown.

View file

@ -26,6 +26,9 @@ in
"obsidian"
];
# Display
xdg.dataFile."icc/ThinkPad-T14.icc".source = ./resources/ThinkPad-T14.icc;
# Applications
home.packages = with pkgs; [
attachments