mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
^
This commit is contained in:
parent
5235a1445c
commit
5005128920
4 changed files with 22 additions and 2 deletions
|
|
@ -21,6 +21,8 @@
|
|||
# Office
|
||||
libreoffice
|
||||
obsidian
|
||||
|
||||
(config.lib.nixGL.wrap unstable.onagre)
|
||||
];
|
||||
|
||||
# programs.vscode.enable = true;
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue