re-add programs

This commit is contained in:
twoneis 2023-12-28 18:47:25 +01:00
parent 5a765be407
commit f99bf2770c
3 changed files with 15 additions and 14 deletions

View file

@ -1,20 +1,20 @@
{ ... }: {
imports = [
# ./art
./art
./browser
# ./chat
./chat
./discord
./direnv
./editor
# ./email
./email
./games
./gdb
./git
./media
# ./notes
./notes
./terminal
./utils
# ./voice
./voice
];
home = {

View file

@ -5,9 +5,10 @@
extraPackages = with pkgs; [ nil marksman ];
settings = import ./helix-config.nix;
};
# programs.vscode = {
# enable = true;
# enableUpdateCheck = false;
# package = pkgs.vscodium;
# };
programs.vscode = {
enable = true;
enableUpdateCheck = false;
package = pkgs.vscodium;
};
}

View file

@ -1,9 +1,9 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
# steam
# prismlauncher-qt5
steam
prismlauncher-qt5
lutris
# winePackages.stagingFull
# r2modman
winePackages.stagingFull
r2modman
];
}