This commit is contained in:
Tyler Mayoff 2025-01-22 22:45:58 -05:00
parent 5235a1445c
commit 5005128920
4 changed files with 22 additions and 2 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)
];
}