re-add programs
This commit is contained in:
parent
5a765be407
commit
f99bf2770c
3 changed files with 15 additions and 14 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
# steam
|
||||
# prismlauncher-qt5
|
||||
steam
|
||||
prismlauncher-qt5
|
||||
lutris
|
||||
# winePackages.stagingFull
|
||||
# r2modman
|
||||
winePackages.stagingFull
|
||||
r2modman
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue