Enable new options
This commit is contained in:
@ -41,6 +41,7 @@ in rec {
|
|||||||
wayland = true;
|
wayland = true;
|
||||||
vaapi = true;
|
vaapi = true;
|
||||||
disableTabBar = true;
|
disableTabBar = true;
|
||||||
|
defaultBookmarks = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
@ -50,8 +51,10 @@ in rec {
|
|||||||
autoUpdate = true;
|
autoUpdate = true;
|
||||||
autoPrune = true;
|
autoPrune = true;
|
||||||
|
|
||||||
|
flatseal.enable = true;
|
||||||
discord.enable = false;
|
discord.enable = false;
|
||||||
spotify.enable = true;
|
spotify.enable = true;
|
||||||
|
bottles.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
gnome = {
|
gnome = {
|
||||||
@ -84,7 +87,6 @@ in rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Gnome terminal config
|
# TODO: Gnome terminal config
|
||||||
# TODO: Autostart keepass
|
|
||||||
# TODO: Store the external binaries for my derivations in GitHub LFS (Vital, NeuralDSP, other plugins etc.)
|
# TODO: Store the external binaries for my derivations in GitHub LFS (Vital, NeuralDSP, other plugins etc.)
|
||||||
# TODO: Derivations for bottles like UPlay, NeuralDSP, LoL (don't know what is possible with bottles-cli though)
|
# TODO: Derivations for bottles like UPlay, NeuralDSP, LoL (don't know what is possible with bottles-cli though)
|
||||||
# TODO: When bottles derivations are there remove the bottles option from audio/gaming module and assert that bottles is enabled in flatpak module
|
# TODO: When bottles derivations are there remove the bottles option from audio/gaming module and assert that bottles is enabled in flatpak module
|
||||||
@ -161,7 +163,6 @@ in rec {
|
|||||||
lazygit
|
lazygit
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
|
||||||
# Web
|
|
||||||
signal-desktop
|
signal-desktop
|
||||||
protonmail-bridge
|
protonmail-bridge
|
||||||
protonvpn-cli
|
protonvpn-cli
|
||||||
|
Reference in New Issue
Block a user