mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Updated packages
This commit is contained in:
parent
12dc9fe088
commit
12e8363bdb
2 changed files with 11 additions and 13 deletions
|
|
@ -15,6 +15,17 @@ in {
|
|||
|
||||
nixGL.prefix = "${nixGLIntel}/bin/nixGLIntel";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Gnome
|
||||
adw-gtk3
|
||||
|
||||
discord
|
||||
|
||||
# Office
|
||||
libreoffice
|
||||
obsidian
|
||||
];
|
||||
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
package = config.lib.nixGL.wrap pkgs.alacritty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue