1

General update before laptop update

This commit is contained in:
2023-02-21 23:13:28 +01:00
parent 8fdbcd185d
commit b119b72f08
10 changed files with 101 additions and 89 deletions

View File

@ -316,7 +316,7 @@ rec {
# Media
wacomtablet
blender
# blender
godot
obs-studio
vlc # Addition to mpv without any shaders etc
@ -420,6 +420,7 @@ rec {
keychain = {
enable = true;
enableFishIntegration = config.modules.fish.enable;
enableNushellIntegration = false;
enableXsessionIntegration = true;
agents = ["ssh"];
keys = ["id_ed25519"];
@ -453,6 +454,11 @@ rec {
enableFishIntegration = config.modules.fish.enable;
};
nushell = {
enable = true;
};
# Git status replacement with file selection by number
scmpuff = {
enable = true;

View File

@ -46,7 +46,7 @@ rec {
bottles.enable = true;
discordChromium.enable = true;
discordElectron.enable = false; # This is the nixpkgs version, prefer the one from flatpak module
dwarffortress.enable = true;
dwarffortress.enable = false;
steam = {
enable = true;

View File

@ -16,18 +16,6 @@ rec {
];
modules = {
audio = {
enable = true;
noisesuppression = {
noisetorch.enable = true;
noisetorch.autostart = true;
};
};
# TODO: Validate that this doesn't install too much
gaming = {
enable = true;
discordChromium.enable = true;
};
};
}