Merge branch 'main' of github.com:tmayoff/.dotfiles

This commit is contained in:
Tyler Mayoff 2025-01-23 08:20:09 -05:00
commit 1f7f65fb3b
No known key found for this signature in database
GPG key ID: B62A5AFAD8E14845
6 changed files with 127 additions and 11 deletions

View file

@ -21,6 +21,8 @@
# Office
libreoffice
obsidian
(config.lib.nixGL.wrap unstable.onagre)
];
# programs.vscode.enable = true;

View file

@ -1,7 +1,12 @@
{pkgs, ...}: {
{
config,
pkgs,
...
}: {
imports = [../common.nix ../gnome.nix ../home-backup.nix ../gui.nix];
home.packages = with pkgs; [
ventoy
(config.lib.nixGL.wrap renderdoc)
];
}