1
This commit is contained in:
2022-08-09 00:22:25 +02:00
parent e202f868f5
commit cd6ad06f98

View File

@ -44,8 +44,6 @@ rec {
# bottles.enable = true; # Configured by audio/gaming, not necessary otherwise # bottles.enable = true; # Configured by audio/gaming, not necessary otherwise
}; };
# TODO: Email
# TODO: Run noisetorch as login script
# TODO: Gnome terminal config # TODO: Gnome terminal config
# Chinese Input # Chinese Input
@ -220,7 +218,6 @@ rec {
# Web # Web
signal-desktop signal-desktop
noisetorch
# Flatpak discord # Flatpak discord
yt-dlp yt-dlp
# Flatpak spotify # Flatpak spotify
@ -350,11 +347,6 @@ rec {
"please" = "sudo !!"; "please" = "sudo !!";
"yeet" = "rm -rf"; "yeet" = "rm -rf";
}; };
# This init only occurs for login shell
# TODO: Make option for noisetorch activation, doesn't work like this
# loginShellInit = ''
# noisetorch -i
# '';
shellInit = '' shellInit = ''
set -e fish_greeting set -e fish_greeting
''; '';