use default for flurry and tsunami

This commit is contained in:
Noa Aarts 2024-12-17 14:18:31 +01:00
parent 0d7c2b2f62
commit 23856dd8d4
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -55,7 +55,8 @@ in
# makes yubikey stuff work # makes yubikey stuff work
".gnupg/scdaemon.conf".text = "disable-ccid"; ".gnupg/scdaemon.conf".text = "disable-ccid";
# I don't want the directory directly in home, even though I only go to it via the symlink # I don't want the directory directly in home, even though I only go to it via the symlink
"programming".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/"; "programming".source =
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/";
}; };
# haha, now I can set my home folder like this # haha, now I can set my home folder like this
homeDirectory = "/home/${me.nickname}"; homeDirectory = "/home/${me.nickname}";
@ -74,8 +75,8 @@ in
] ]
# FLURRY AND TSUNAMI :3 (I made these) # FLURRY AND TSUNAMI :3 (I made these)
++ lib.optionals enableFlut [ ++ lib.optionals enableFlut [
inputs.flurry.packages.${system}.flurry inputs.flurry.packages.${system}.default
inputs.tsunami.packages.${system}.tsunami inputs.tsunami.packages.${system}.default
] ]
# and ofc the things that are only logical with graphics # and ofc the things that are only logical with graphics
++ lib.optionals enableGraphical [ ++ lib.optionals enableGraphical [