slim config (for surface)

This commit is contained in:
twoneis 2023-12-27 21:13:16 +01:00
parent fc80f4ef23
commit 9dbea52a73
3 changed files with 13 additions and 14 deletions

View file

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

View file

@ -5,10 +5,9 @@
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
];
}